My ASP.NET MVC2 application with Forms Authentication is blocking access even to Images, Styles and Scripts
I’m developing a MVC2 application and using Forms Authentication on it.
I’m developing a MVC2 application and using Forms Authentication on it.
I have the following ASP.NET Forms Authentication configuration:
I have a website that I am working on that has both an intranet and internet deployment. The only difference between the 2 is a couple of config settings.
I’ve been researching this intensely for the past few days.
I have a web app can be installed on lots of domains and paths.
I have been tasked with implementing point 4 in this article: http://support.microsoft.com/kb/900111
I have an ASP.NET 4.5 webforms site and trying to setup forms authentication. I have an Account folder with a Login.aspx page within. The main web.config contains the following:
I have a folder with multiple .aspx pages that I want to restrict access to. I have added web.config to that folder with <deny users="?"/>.
Is it possible to disable all authentication in a subfolder of a web site that is Forms Authenticated? How do you accomplish this?
We have an ASP.NET app protected by forms authentication. The app uses MS AJAX heavily to call its web-services.