I assume your trying to bring up the starting page in a web browser, when you recieved the username/password prompt?
Go to:
"Control Panel" -> "Administrative Tools" -> "Internet Information Services"
Expand the "Internet Information Services" tree,
Expand the "Local Computer" tree
Right click "Web Sites"
Select "Properties"
Select the "Directory Security" tab
Click the "Edit" button
Uncheck "Integrated Windows Authentication"
Make sure that "Anonymous access" and "Allow IIS to control password" are checked.
Now try accessing your starting page (
http://localhost/)
Also; you may want to ensure that you are behind a firewall or that your IIS server is firewalled or the rest of the world may watch your development..
- A.Kahtava