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]
# 2

Tried that too. Does not Work either.

Tarana at 2007-10-3 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 3
What is the error message when you try it with the port number?
?®€?§Q? at 2007-10-3 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 4
It gives Page cannot be displayed errors.
Tarana at 2007-10-3 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 5

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.

Tarana at 2007-10-3 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 6

Tarana,

Your question is relating to ASP.NET. Please post your question on http://forums.asp.net where you are more likely to get a quick resolution to your problem.

AdamTappis-IMGroup at 2007-10-3 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 7

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.

?®€?§Q? at 2007-10-3 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 8

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.

AdamTappis-IMGroup at 2007-10-3 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...