Firefox asks user name and password while accessing localhost
December 28, 2007 Internet Browsers, Mozilla, Tips & Tricks, Troubleshooting
This problem is been around for a while and there are very few references available in online regarding this issue.
This is mainly IIS problem with Windows Authentication. To solve this, please follow the below steps:
- Start -> Control Panel -> Administrative Tools -> Internet Information Services
- Expand your Computer -> Web Sites -> Default Web Site
- Right click Default Web Site and choose Properties
- Click on the Directory Security tab
- Click on the Edit button under “Anonymous access and authentication control” group
- Check the “Anonymous access” and verify that the user name is IUSR_<your-computer-name> and check the “Allow IIS to control password” checkbox.
- Check the “Integrated Windows authentication” checkbox
- Click OK and OK again and close the Internet Information Services window
- Open Firefox
- Type about:config in the Address bar
- Type network.automatic-ntlm-auth.trusted-uris in the filter box
- Double click the resultant row and type localhost and press OK
- Now, close Firefox and reopen Firefox
- If you visit http://localhost now, there will not be any problems.
Hope that helps…
Let me know your comments and suggestions…
Comments (16)
hey, thanks, this was the only thing that worked
I was about to give up hope, well not really, but you know what i mean
Hi Damian,
Glad it helped you out.
Thanks for visiting my blog…
hey, thanks, this was the only thing that worked
I was about to give up hope, well not really, but you know what i mean
Hi Damian,
Glad it helped you out.
Thanks for visiting my blog…
thanks buddy . it works . i m trying to configure a web server and was fed up with the issue .
Thanks again
thanks buddy . it works . i m trying to configure a web server and was fed up with the issue .
Thanks again
Hi Sath,
I'm glad it helped you out. Thanks for visiting my blog…
Hi Sath,
I'm glad it helped you out. Thanks for visiting my blog…
u r a genius man
u r a genius man
Thanks a lot Santy…
Thanks a lot Santy…
link doesnt work… please update
Please use this link:
http://blog.sripauljoseph.com/2007/12/28/firefo...
Thanks Sri You really are a genious. this fixed the problem for me.
Thanks Sri
You really are a genious. this fixed the problem for me.