问题
Some times when i want to run and debug my asp.net projects and see it on Firefox browser, i see a window that ask me Username and Password for http://localhost IIS.
I find this solution and think maybe is useful for others.
So decide to share it with you.
回答1:
- Open firefox and type in the address bar about:config
- type
ntlmin the textbox. - Double click on
network.automatic-ntlm-auth.trusted-urisand typelocalhostthere. - Click on OK.
You are done.
回答2:
Open firefox and type in the address bar about:config type ntlm in the textbox. Double click on network.automatic-ntlm-auth.trusted-uris and type localhost there. Click on OK.It works perfectly
来源:https://stackoverflow.com/questions/16869456/what-can-i-do-about-enter-username-and-password-for-at-http-localhost-in