Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What can i do about : Enter username and password for "" at http://localhost in Firefox browser?

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.

like image 493
Hamid Talebi Avatar asked Dec 21 '22 04:12

Hamid Talebi


1 Answers

  1. Open firefox and type in the address bar about:config
  2. type ntlm in the textbox.
  3. Double click on network.automatic-ntlm-auth.trusted-uris and type localhost there.
  4. Click on OK.

You are done.

like image 142
Hamid Talebi Avatar answered Dec 28 '22 10:12

Hamid Talebi