Anyone aware of how to get the ASP.NET Dev Server to challenge for basic authentication credentials instead of assuming my current login?
-
I am not running in IIS guys.NotMyself– NotMyself2010-01-20 23:21:23 +00:00Commented Jan 20, 2010 at 23:21
-
what are you running in?Paul Rowland– Paul Rowland2010-01-20 23:33:50 +00:00Commented Jan 20, 2010 at 23:33
-
The ASP.NET Development Server AKA CasinniNotMyself– NotMyself2010-01-20 23:35:19 +00:00Commented Jan 20, 2010 at 23:35
Add a comment
|
3 Answers
If using Cassini then according to paragraph at bottom of this link - Limitations of the Cassini Web Server, you cant.
If using IIS, then update IIS authentication.
In IIS,
- in the virtual directory of your site right click on your virtual directory,
- select the Directory Security tab
- select Edit button next to Anonymous access and authentication control
- uncheck allow anonymous and integrated windows authentication
- check basic authentication