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.
First, add the application as a virtual in IIS, and as long as you can access the machine on the network, you can do:
I do that at work, where I can access my co-worker’s web site.
HTH.