Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
Hi Friends
I have demo application I host it on IIS on My Laptop(Working properly on Localhost) . I have Wireless network.Now i want to access my demo website in my wireless network. What i should do. Please tell me the procedure.

And Can I access same demo website Through my mobile(with Wifi connectivity in mobile)
Please Help

Thanks
Nitin Bhoyate..
Posted
Updated 15-Mar-11 6:37am
v2

1 solution

use the IP address of the computer in which the website is hosted in IIS.

make the url :

http://localhost/Projectname/default.aspx to http:// 192.100.100.56/Projectname/default.aspx

use your PC's ip address
 
Share this answer
 
Comments
nitin bhoyate 15-Mar-11 3:26am    
I Tried It But Error Internet Explorer cannot display the webpage

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