Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I have a web application(ASP.net) with Integrated window authentication.When i access my application an IIS login popup will ask for windows credentials which validates and pass through the required page.

My requirement is that - Is it possible to avoid IIS login popup and bypass window authentication via an asp page for some specific user?

Note: I dont want to use FBA.

What I have tried:

HTML
<system.web>
      <authorization>
        <allow users="DOMAIN NAME/NAME"/>
Posted
Updated 6-Jul-18 18:00pm
v2
Comments
Member 12893295 6-Jul-18 14:09pm    
I think, windows authentication does not showing the popup.Have you add windows authentication into web.config file and also use Httpcontext to get the windows authentication user.

1 solution

I'm not sure if you can configure it per user level, but you could try the solution mentioned here: asp.net - Receiving login prompt using integrated windows authentication - Stack Overflow[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900