I'm trying to implement some very basic authentication on my site. I want a user/pass popup window to show if a user tries to access any page (like you can access the site by going to http://username:password@mysite.com).
I don't know how to do this, or the best way to do this. The only thing I can think of is maybe using Ajax in my Master Page file? Is there any way to handle this by using a control or something in IIS?