i have enable basic authentication for my website. but i want to use user name : "basic" and password: "ABCD1234". anyone know how can i setup username and password basic authentication on iis7.

link|improve this question
feedback

migrated from stackoverflow.com Aug 21 '09 at 5:05

This question came from our site for professional and enthusiast programmers.

1 Answer

Setup an Windows account on the server (or a domain account if you'll have lots of web servers) with that username and password. Make sure that Windows account has rights to the files/folders that it'll be viewing on the website.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.