security - ASP.Net: Ignore Windows Auth -


I have an application where I need to use 'basic authentication'; However, in order to debug an application in Visual Studio, the IIS needs to enable 'Windows authentication' to the directory.

The problem is that my user handler tries to send a request for basic authentication comparison to one of their databases ... but the basic authentication request is preferred by the NTLM request "I certify" of the above "Windows authentication" The reason is put in the header, and therefore the server will be sent to the user instead.

Has anyone participated in this situation before?

Thank you!

Edit: Forget to mention,

I always debug my web application linked to this process.


Comments