简体   繁体   中英

Localhost prompting username and password

I'm currently busy with changes on a solution I'm working on but as soon as I try to run the application I get prompted for a Username and a Password.

The login that gets prompted

I have restarted VS and tried running it as an Administrator which didn't work.

I've also attempted to reset the settings ..

Tools >> Import and export setting >> Reset all settings

I've also tried to find 'NTLM Authentication' under

Debug->(Your Proj) Properties->Start Options

But I think this setting is prior to VS 2015.

Any help would be very much appreciated and thank you in advance.

I have solved this problem(kicking myself in the head), I recently started using the Beta Version of the new Firefox Quantum browser _ Developer Edition and for some reason this is prompting the login details.

Works perfectly fine on Google Chrome.

Also added

<iisExpressSettings windowsAuthentication="enabled" anonymousAuthentication="enabled" useClassicPipelineMode="false"/>

to my vwd.webinfo file.

This might or might not have had an effect on this but just putting it out there incase this helps someone else.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM