Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i created a website in asp.net and hosted in my local iis. 4 systems are connected in local network. how can i access my locally hosted websites in another computers with ip address of my computer

Thanks in Advance
Kunjammu
Posted
Updated 2-Jun-13 21:21pm
v2

1 solution

Well for example you have hosted your site on the machine having IP address 192.168.1.5 with the name "MyAplication"

while other four computers are having 192.168.1.6,7,8 & 9 respectively...

and you wanted to access your site from any of these four.. than simply open up the browser and write the following.


192.168.1.5/MyAplication


and here you go... your webapp will be accessible over your network...

Regards,

Hope will help.

:)
 
Share this answer
 
v2
Comments
Kunjammu 3-Jun-13 4:54am    
yes..i tried like that..but "Internet Explorer cannot display the webpage" shows..
VICK 3-Jun-13 7:08am    
Sorry to bother you.. i have just updated the answer.. as there was a forward slash (\) mistakenly used.. rather use forward slash (/) and along with that use the exact application name which is showing in tree hierarchy of IIS on deployed machine...HOpe that gona work..

Further keep in check that remote connectivity is allowed on both machines...for that you can right click on MY Computer and go to Remote Tab....
Kunjammu 5-Jun-13 6:02am    
not working....same result
VICK 6-Jun-13 2:49am    
What error is it showing?? and have you checked that Remote services are allowed over your and deployed machine???
Kunjammu 7-Jun-13 0:27am    
error showing is "Internet Explorer cannot display the webpage"
yes checked...

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