Web.Config and Authentication

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hi, I have a web application that I have set up that uses the Forms
authentication method. There are 3 web pages that do not want to force the
user to login in order to access. I created a folder and added a web.config
file with Authentication="None" and now I get an error saying the folder
isn't a web application. Is there a way I can grant anonymous access to
these pages without the user having to logon?

Thanks, Brian
 
Back
Top