Web.Config
I'm looking for more info surrounding the "web.config" file. Basically, I want to secure the whole app using form authentication. I've set the following in the web.config:
<forms loginUrl = "/crystal/admin/login.aspx" name=".CEForNET" protection="All" timeout="30" path="/" />
Everything works well, but it propmts for another login when accessing the sub directories. My question is... was there a reference on the usage of "path"? I think that's where it's trigging another login even though the user is already logged in.
I may sound unclear;therefore, please ask questions.
Thanks all in advance. Your help would be great.
|