Deploy a webapge
I have a report developed using asp.net, with C# Languange. When I view the webapge locally from the server it works fine.
However I one to view the webapge from my pc. Here is the path on that report.
http://localhost:2338/WebSite1/Default.aspx.. When I change this path, from localhost to the actualserver name, ie
http://servername/WebSite1/Default.aspx, it gives me an error that page not found. How can I see this webpage from my Pc, as opposed to from the server.
[711 byte] By [
Tarana] at [2008-1-9]
Pl note when I take out the port number, it gives me error:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Although she mentioned C# and .NET, I feel this error has more to do with IIS configuration for SSRS.
I'll leave the decision to you Adam, but I'm not so sure this is off-topic.
You may be right Greg. I guess the best way to test it is to put a plain aspx page (with no RS report) in the same location and if that works then it's likely to be RS related. If not then it's likely to be ASP related.
If it turns out to be RS related then we can always move the thread back to the RS forums for ohers benefit.