Hi,
I have an ASP.NET MVC Website which is currently under development, deployed on a W2008r2 IIS7.5 server.
My website uses "forms" authentication and it works perfect.
As the website is under development and not open to the public, I would like to add an additional layer of protection, so that non-authorized users can't even see the login form.
Is there any way to add something like an htpasswd to my website without messing with the currently-configured forms-based auth stuff?