Re: storing location path in database instaed of in web.config
From: Vince (vince_dooher@hotmail.com)
Date: 01/28/03
- Next message: Vince: "Web.config"
- Previous message: Maria: "Cannot apply SP3 to NetSDK MSDE"
- In reply to: YA: "storing location path in database instaed of in web.config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Vince" <vince_dooher@hotmail.com> Date: Tue, 28 Jan 2003 15:34:03 -0000
Hi,
Did you resolve this as I would be interested in the answer as well.
"YA" <ra294@hotmail.com> wrote in message
news:#sYFrNtwCHA.1712@TK2MSFTNGP10...
> In my web.config I can set which users are allowd for each directory using
> the <location> tag like this:
>
> </location>
> <location path="Internal">
> <system.web>
> <authorization>
> <allow users="Jordan" />
> <deny users="*" />
> </authorization>
> </system.web>
> </location>
>
> Is there a way to use form based authentication for a specific path and
> store the information in database instead of the web.config file ?
> Thanks for your help.
>
> ra294@hotmail.com
>
>
- Next message: Vince: "Web.config"
- Previous message: Maria: "Cannot apply SP3 to NetSDK MSDE"
- In reply to: YA: "storing location path in database instaed of in web.config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|