1,745 questions
How to password protecting url in IIS
ali zarezadeh
1
Reputation point
I want to set username and password to some URLs in iis. i tried to use basic authentication to password protecting url but i couldn't. I'm using asp.net MVC and i have an area with some controllers
for exp, i want to set password for
example.com/sec/
and
example.com/test/test
that
/test/
is a controller in area. how can i create own username and password and set them for some URLs
and how can i enable basic authentication for area directories
Windows development Internet Information Services
Sign in to answer