Answer the question
In order to leave comments, you need to log in
ASP.NET HTTP authentication in IIS using text file?
It is necessary to make HTTP authentication in the simplest form. Login/password can be stored in a file on disk. On Apache it looked like this:
AuthUserFile /Library/WebServer/Documents/xxx/.devhtpasswd
AuthName "Restricted Area"
AuthType Basic
Require valid-user
Order allow,deny
Allow from 127.0.0.1
Allow from ::1
Allow from localhost
Satisfy Any
Answer the question
In order to leave comments, you need to log in
Yes, only login and password will be created in users on local machine
stackoverflow.com/questions/5373497/how-do-i-creat...
iis basic auth > google
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question