What I am trying to achieve: Single page to NOT have authentication (allow anonymous access), but the rest of the entire web application/site to have Windows Authetication.
I have a site that I have Windows Authentication set for, so the user have to login to access it (which is great for the site), however I want to have 1 page that is accessable to anyone without having to login.
Will I have to seperate it into a whole other site? If not, do I need to set it up into a seperate folder and setup a new web.config just for that page in the new folder?
Environment: Visual Studios 2012 - C# Web Forms ASP.net Web Application.
Go to the complete details ...