Login Redirect & Sub Directory
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
.
Relevant Pages
- Help please with Role based security not working.
... I am trying to use the .Net built in role based security. ... The web config has the following; ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Back Doors
... If there are ways for nonauthorized programming to breach security, than I for one do not know of them, and they certainly would be APARable. ... It is up to management to decide who needs to be trusted, and it is important for them to make these decisions intelligently. ... That's a consequence of authorization being essentially a two tiered construct. ... (bit.listserv.ibm-main) - RE: Unscratched tape
... AUTHORIZATION IS REQUIRED ... eTrust CA-ACF2 central security determines that your request to the ... I needed access to a scratched tape for testing. ... I went to TSO and tried to catalog it or to even see it, ... (bit.listserv.ibm-main) - Re: [fw-wiz] Integrated IDS/IPS/Firewall (Cisco ASA and Juniper ISG)
... authorization a step further by building the *only* possible enterprise wide ... IPsec management infrastructure in the world, by allowing orgs to tie user ... That is the level of security desired by a lot of people. ... (Firewall-Wizards) - RE: SQL Injection Legalities
... authorization, or in excess of authorization, and "obtain information from ... responsibility of the system developer to include security mechanisms to ... SQL injection to modify information or destroy data, ... For more information on SecurityFocus' SIA service which ... (Pen-Test) |
|