Compiled ASP.NET application can be viewed locally only

Posted by cfdev9 on Stack Overflow See other posts from Stack Overflow or by cfdev9
Published on 2010-05-21T08:55:13Z Indexed on 2010/05/21 9:00 UTC
Read the original article Hit count: 204

Filed under:
|

I have a development website running on my local machine, I can access it locally by typing the address http://mycomputer.mynetwork.local/myapp/default.aspx however when anybody else tries to browse to it they get an 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. 

I'm using IIS7, ASP.NET 3.5 and the application is pre-compiled.

Any hints?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about iis7