I have successfully hosted a website on my pc which i can open by the following path:
"localhost/basel/index.aspx"
Now i wanted all pc’s on the network to access the website by using the following path:
"http://myip/basel/index.aspx"
//It keeps giving me 404, and even when i enter it on my pc it gives the same error.
All pc’s are on the network are connected with no problems and can share files. What am i doing wrong ?
You can ensure that the site is bound to the correct I.P address by removing the All unassigned in IIS and explicitly setting the I.P binding. The I.P address you select should be from one of the following ranges for a private network.
10.0.0.0 – 10.255.255.255 | 172.16.0.0 – 172.31.255.255 | 192.168.0.0 – 192.168.255.255