What are the Report servers urls need to configure in ASP.NET application.
What are the difference between the below URL's?
http://localhost/reportserver/ReportExecution2005.asmx
http://localhost/ReportServer/ReportService.asmx
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Manikandan MurugesanPosted Jul 19, 2017, 11:54 AM
http://<
http://<
RS Configuration Manager will tell you if the server is on port 80 or a non-default port, like 8080. If not port 80, then you'll need to provide the port number like this:
http://<
The next thing to check is to see if the SQL Serevr Reporting Services service is running. You can use the RS Configuration Manager or the standard Windows Services manager in Control Panel.