Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi guys,

I want to access my asp.net web application which i deployed on my machine,
n
its working well in "localhost\myapp\login.aspx"

but i want to access it from other computer.

Anybody can plzzz help me.

How can i access my application from other computer in my network.



Thanks
Posted

You have to change the 'localhost' to the ip address of your machine. e.g.
http://ip_address_of_your_machine/myapp/login.aspx
 
Share this answer
 
v2
For that you have to host your web app on your networks's IIS server.Which is the server where anyone can access from any machine.After that you'll have an IP address for your app instead of localhot. By using that address, you can access it from any machine in your network.

UPDATE

Nope, It won't work. You must have a domain enabled server which anyone can access within your network. In other words you have to promote one of your machine as a domain enabled server (win 2008/2012). After that host your app on IIS of that server and then access it by using that machine's IP address.
 
Share this answer
 
v2
Comments
abdul subhan mohammed 28-Jan-14 12:36pm    
i know, instead of localhost i have to type my machine ip address, but the thing is, eventhough i give my machine ip address.. like "192.168.200.1/webapp/login.aspx" but still unable to access..

Plzzzz help me
abdul subhan mohammed 28-Jan-14 12:36pm    
i know, instead of localhost i have to type my machine ip address, but the thing is, eventhough i give my machine ip address.. like "192.168.200.1/webapp/login.aspx" but still unable to access..

Plzzzz help me
Sampath Lokuge 29-Jan-14 2:05am    
Nope, It won't work. You must have a domain enabled server which anyone can access within your network. In other words you have to promote one of your machine as a domain enabled server (win 2008/2012). After that host your app on IIS of that server and then access it by using that machine's IP address.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900