I have an ASP.NET application which uses the local IIS server.
the url is the following:
It's working properly.
If I replace the localhost with 127.0.0.1 ip address the app still working properly.
But if I check the ip address of my PC, for instance 122.33.21.23
and I try to use it instead of localhost, the internet explorer cannot display the page.
Should I use some special settings in IIS?
I use IIS7 and WIN 7.
Anybody can help me?
l.