P
Peter
I have a site which uses forms authentication but I would
like to exclude certain pages on the site from
authentication. In other words I would like the user to be
able to get to these pages without having to Log In.
How do I change my web.config file to exclude certain
files.
<authentication mode = "Forms">
<forms name = ".ASPX" loginURL="Authenticate.aspx"
protection = "All" path="/" />
</authentication>
Thanks.
like to exclude certain pages on the site from
authentication. In other words I would like the user to be
able to get to these pages without having to Log In.
How do I change my web.config file to exclude certain
files.
<authentication mode = "Forms">
<forms name = ".ASPX" loginURL="Authenticate.aspx"
protection = "All" path="/" />
</authentication>
Thanks.