M
Mr Ideas Man
Hi all,
I have a sub directory in an appication i have written.
In my web config i have set the security like so.
<authentication mode="Forms">
<forms loginUrl="LoginUrl">
</authentication>
<authorization>
<deny users="?" />
</authorization>
Say my directory is name 'Directory A'..
How do i make it exempt from the root directories security & login
redirect.???
Cheers,
Adam
I have a sub directory in an appication i have written.
In my web config i have set the security like so.
<authentication mode="Forms">
<forms loginUrl="LoginUrl">
</authentication>
<authorization>
<deny users="?" />
</authorization>
Say my directory is name 'Directory A'..
How do i make it exempt from the root directories security & login
redirect.???
Cheers,
Adam