Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
C#
I made the web with visual studio 2008. how to make the web accessible to others via a local network


What I have tried:

i use visual studio 2008. and my boss want to see my web from local network.
and i dont know what i must to do...
plese help me
Posted
Updated 13-Sep-16 21:02pm

1 solution

Try following approach-
1. Fix your IP if not already done
2. Host your application in IIS
3. Try to access the application in your boss's system using your IP

If you face any problem, just right click on the appliction hosted in IIS and click browse. Then copy the url from address bar of the browser. Just replace "localhost" with your IP and try that in your boss's system.

If you still face any issue, try disabling your firewall.

In case of any issue, please let me know so that I can further guide you.

Thanks
 
Share this answer
 

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