Today, I had problem with running my asp.net project while using Firefox. It asked me to enter username and password to see the page. However, I tried all the passwords and none of them worked. This problem never occurred before, so I googled and finally found the solution.
- Enter about:config at firefox address bar. (You will see warning message indicating that these are advanced settings that may affect the browser security and stability)
- Click "I'll be care, I promise" button
- Search network.automatic-ntlm-auth.trusted-uris at filter. (Only one entry will be appear)
- Double click the entry and type localhost.
- Save it and reload your web page then DONE!
No comments:
Post a Comment