October 17, 2005 at 1:29 pm
If the port number gets changed on the default website in IIS, what do I need to change in Reporting Services, if anything?
October 19, 2005 at 2:02 am
U should change Project->properties->TargetServerURL from http://localhost/ReportServer 2 http://localhost:85/ReportServer
October 19, 2005 at 5:19 pm
Yes, I've got that changed in Visual Studio under Project Properties for Configuration of Active, Debug, and Production.
After deployment Visual Studio says "A connection could not be made to the report server http://servername/reportserver"
Therefore, when it tries to connect it doesn't take into consideration the port number.
When I open a browser and go to http://servername:81/reports, I get an error "Object reference not set to an instance of an object.
But when I go to http://servername:81/reportserver I see my list of folders and reports and the reports run fine.
Perhaps it isn't a port issue but that's the only change (besides M$ updates/patches - not directly RS related) I can recall since the last time it worked.
October 24, 2005 at 3:13 pm
Did you update the Report server URLs in RSWebApplication.config and RSWebServer.config files ?
October 24, 2005 at 3:26 pm
Briliant, that's what I needed.
Thank you Partha.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply