Re: WEB.CONFIG ISSUE
From: jib (jib_0_at_hotmail.com)
Date: 02/23/04
- Previous message: jib: "Re: Security across several apps"
- In reply to: Arvind P Rangan: "WEB.CONFIG ISSUE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Feb 2004 08:42:50 -0800
Hi Arvind,
Did you happen to add something to your <authentication> method? E.g. look
for something similar to:
<authentication mode="Forms" >
<forms loginUrl="login.aspx" />
</authentication>
This would be responsible for redirecting your page to login.aspx. Also
keep in mind that the web.config pages are 'layered'. If you required
a login page somewhere on your site and have entered this in the top
web.config, you may need to install another web.config at a lower level
with the login directive removed.
Good luck
Jib
"Arvind P Rangan" <arvind99@hotmail.com> wrote in message
news:OajqxXh%23DHA.2524@TK2MSFTNGP11.phx.gbl...
> Hi ALL
> I have all my root files under Forms Type Authentication mode and i have
> another folder where in i need no permission or a direct access to that
> folder.
>
> So i did make some changes in WEb.Config.
> I added the following at the end of WEB.Config.
> <location path="ALL"> -- ALL is the folder name
> <system.web>
> <authorization>
> <allow users="*"/>
> </authorization>
> </system.web>
> </location>
>
> Few days back it worked now its diverting all the pages back to login.aspx
> and as there is not login.aspx in that folder it raises error. ieok.
>
> But, what is the reason that the security changed.
>
> If am wrong kindly give me the way to make a folder in the wwwroot
available
> to all while the main folder is restricted.
>
> Thanks
>
> ARvind.
>
>
- Previous message: jib: "Re: Security across several apps"
- In reply to: Arvind P Rangan: "WEB.CONFIG ISSUE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|