What are my SQL Reporting Service URLs ?
You need to purchase and setup SQL reporting service first. You can order it via login Hosting Control Panel -> Database -> Reporting Service.
Report manager:
http://sqlreport01.mysite4now.com/Reports/Pages/Folder.aspx?ItemPath=/<account_id>
Report Server:
http://sqlreport01.mysite4now.com/Reportserver
If you are deploying, you should have the following information in your project properties:
TargetDataSourceFolder: /<account_id>
TargetReportFolder: /<account_id>
TargetServerURL : http://sqlreport01.mysite4now.com/reportserver
Please substitute <account_id> with your hosting account ID.