Forum Discussion
JuergenW71
Jan 26, 2022Copper Contributor
Force asp.net mvc website on IIS to ask for usercredentials in a intranet environment
Hi, for a single website on our iis 10 intranet server we have the requirement to force the user to enter his windows credentials (again) . how can i achive this. i tried to send http 401 in sess...
- Jan 27, 2022I believe, you should configure IIS to use Basic Authentication for your web site. Go to Authentication option in IIS configuration, enable Basic Authentication and disable other methods.
Krisgolko
Jan 27, 2022Brass Contributor
I believe, you should configure IIS to use Basic Authentication for your web site. Go to Authentication option in IIS configuration, enable Basic Authentication and disable other methods.