I build an aspx webapp in .net4.0. To test it i hosted it using IIS 7.0. Now i can access the webapp on the computer , which i used to host iis, by typing either
localhost\myapp
or using its ip
192.168.1.2\myapp
But i cannot access it on another computer within in the same network. It says
server not found
I checked the firewall . I can load pages hosted in Apache.
i'm using win7
Please help!