How to access ASP.NET App Over a Network Using IP Address

Posted by john doe on Stack Overflow See other posts from Stack Overflow or by john doe
Published on 2010-06-09T14:21:03Z Indexed on 2010/06/09 14:32 UTC
Read the original article Hit count: 137

Filed under:

My asp.net web app is hosted on this URL on my local machine:

http://localhost:45433/

I want to access the same application from a different computer on the network. I tried replacing the localhost with my IP but it did not work.

any ideas!

UPDATE 1:

Now, I am getting this error:

Login failed for user ''. The user is not associated with a trusted SQL Server connection.

© Stack Overflow or respective owner

Related posts about ASP.NET