A
Adam Knight
Hi all,
I have a page within an application using Forms authentication.
My hope is that this page can be excluded from the security mechanism, thus
not cause a redirect to a login page if the user is not logged in ect.
My web config obviously reflects the security in place:
<authentication mode="Forms">
<forms loginUrl="mydirectory/v2/security/login.aspx" name="myApp"/>
</authentication>
Can "myPage.aspx" be excluded?
Cheers,
Adam
I have a page within an application using Forms authentication.
My hope is that this page can be excluded from the security mechanism, thus
not cause a redirect to a login page if the user is not logged in ect.
My web config obviously reflects the security in place:
<authentication mode="Forms">
<forms loginUrl="mydirectory/v2/security/login.aspx" name="myApp"/>
</authentication>
Can "myPage.aspx" be excluded?
Cheers,
Adam