Hi all,
i'm trying to get IIS working on my Windows XP sp2. I installed IIS correctly (i suppose) and registered it with aspnet_regiis, as i saw in several forum (i did it because i installed IIS after installed .Net framework, so i read that it must be registered with this utility).
I use anonymous access with user DomaniName\IUSR_MachineName, with all access rights except for write access.
I tested this setup and it works correctly with every html page, some helloworld asp and aspx pages, and also with a web service i created with VS2008 (i can test them with a browser).
The problem is when i try to "visit" http:\\localhost\localstart.asp o http:\\localhost\iisstart.asp pages: a form pop up asking for username and password! That's too strange, because i set for only anonymous access. Also the same behaviour if i use 127.0.0.1 instead of localhost.
I try also with user ASPNET, but nothing changes. I try reinstall IIS many times, but nothing changes.
Althought it isn't a critical problem, i must understand why it behave in this way, and how to correct it!!!
Have you any ideas???