Lock admin down with windows authentication

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Hi,

Is there a way to lock down the admin URL with windows authentication?  I've tried to implement this but it appears IIS authenticates the user login but then re-prompts for login again.  If I put windows authentication on the root of the site it works for the root but then doesn't work for admin.

The admin appears to be just a route setup in the app which is probably why it's not able to run through IIS windows auth correctly.  Has anyone successfully locked down their admin via windows authentication?

Thanks
Dan
10 years ago
the admin modul is part of the main application, and the authentification is done by application (EF), so its hard to change this on a sub dir of the same app. Linux has .htaccess, it seems that ther are some possibilities when you work also with PHP/IIS

else look at this
http://www.iistools.com/en/iispassword.html

there is on free edition
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.