howto force login with windows authentication

  • Thread starter Thread starter Abraham Andres Luna
  • Start date Start date
A

Abraham Andres Luna

hello everyone,

i have setup windows authentication with iis and asp.net. it works fine,
however, how do i force a login anyway. that way the user has to type in
their username and password when they end their session.

thank you,
abraham luna
 
if you send a 302 response (using Response.StatusCode) from your page
request then IIS should prompt for credentials.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top