Re: Protected folder with forms authentication

From: André Guergolet (andre-news_at_guergolet.eti.br)
Date: 07/28/03


Date: Mon, 28 Jul 2003 05:45:50 -0300


Create a Virtual Directory at manager folder and create a web.config for
this folder.

"Harley" <harleyobrien%40hotmail.com> wrote in message
news:e0XSdo9UDHA.656@tk2msftngp13.phx.gbl...
> i have a VB.NET ASP.NET application. the front end is working fine, and
know
> im developing the manager options. this options have to be in a subfolder
> server.com/manager.
> how do i protect only that subfolder and its sub-sub-folders?
> i thought setting the path param in the authentication - forms section of
> web.config to path="/manager" will work.... but its not working.
> everything works ok when i set the path to "/", so there is no problem
with
> the code... but i protect the whole site...
> any help?
>
>