Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS asking for username and password 1

Status
Not open for further replies.

Cineno

Programmer
Jul 24, 2006
142
US
Hello I just installed IIS on my XP Professional laptop.

I typed into the browser to see the test page (I haven't put any pages in there yet), but it's asking me for a User Name and Password.

I haven't set up one yet, and I don't use a user name or password to login to this laptop.

This is my first time setting this up, so I'm sorry if this is obvious. What should I do? Any help is appreciated!
 
Put a simple HTML file in your c:\inetpub\ ...
[tt]<HTML>
<BODY>
This is it.
</BODY>
</HTML>[/tt]

Suppose you named the file "temp.htm" ....

Go to browser address
If that doesn't work then right click the temp.htm file and check the permissions... this is the windows security permissions... see if there is an account named IUSR_TheNameOfYourComputer with permissions to at least read the file.

If you still have no luck, the problem might be IIS permissions which are different from the windows permissions. To check this sse the IIS Admin tool by clicking: Control Panel -> Administrative Tools -> Internet Information Services ... check the IIS permissions of your root folder and the temp.htm file.
 
Thanks for the help. I think the problem was that I was using Firefox 2. I found this tip online which solved the issue:

1) Open up Firefox and type in about:config as the url

2) In the Filter Type in ntlm

3) Double click "network.automatic-ntlm-auth.trusted-uris" and type in localhost and hit enter

After I did that my test ASP page came through fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top