Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
SQL
I am new to asp.net development. While running asp.net application visual studio first starts asp.net development environment and the application is hosted in localhost. Can we access the application (Web page) from other PC in the same network like we could do for the application hosted in IIS?

Is there any special configuration required in VS(we are using VS 2010) for that?

Thanks & Regards,
 Arijit
Posted

1 solution

Use computer's net name or IP like:
HTML
http://192.168.0.100/My-great-web-site/default.aspx
 
Share this answer
 
Comments
Arijit.Naskar 2-Jan-14 3:33am    
Hello Peter,
I have already tried this but it is not working.is there any security or firewall settings we need to change?
Kornfeld Eliyahu Peter 2-Jan-14 3:40am    
But of course you must open port 80 (443 for HTTPS).
You can use netstat to check address and port to which IIS listening.
It's also essential to configure your web app to run inside IIS and not with the development web server comes with Visual Studio - for that look the WEB settings of your project...

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