Re: Configuration Error using Forms Authentication
From: Joseph MCAD (anonymous_at_microsoft.discussions.com)
Date: 04/08/05
- Next message: Subir: "CAS & ASP.Net"
- Previous message: Jasmine: "login prompt"
- In reply to: nmt via DotNetMonster.com: "Re: Configuration Error using Forms Authentication"
- Next in thread: nmt via DotNetMonster.com: "Re: Configuration Error using Forms Authentication"
- Reply: nmt via DotNetMonster.com: "Re: Configuration Error using Forms Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 8 Apr 2005 10:34:43 -0700
April 8, 2005
Do you think you could post the virtual directory filepaths? I think it
says that it is DBPractice\Register. If this is so, could you list which
web.config contents are from each folder? I am a little confused as to
whether you configured Window Auth for DBPractice or Register and what
folder has Forms Auth? Thanks and I will be happy to help!
Joseph MCAD
"nmt via DotNetMonster.com" <forum@DotNetMonster.com> wrote in message
news:acebc80e6f89440ea4240263e3fd1a0c@DotNetMonster.com...
> When I originally created the Web.config file in a folder named Register,
> the settings were:
> -----------------
> <authentication mode="Windows" />
> <authorization>
> <allow users="*" />
> </authorization>
> -----------------
> Should I just leave these settings alone? This page can be accessed by
> anyone and doesn't need authorization. This folder is in the same project
> as the login form, does that matter? Should I create a new virtual
> directory for the register page?
>
> --
> Message posted via http://www.dotnetmonster.com
- Next message: Subir: "CAS & ASP.Net"
- Previous message: Jasmine: "login prompt"
- In reply to: nmt via DotNetMonster.com: "Re: Configuration Error using Forms Authentication"
- Next in thread: nmt via DotNetMonster.com: "Re: Configuration Error using Forms Authentication"
- Reply: nmt via DotNetMonster.com: "Re: Configuration Error using Forms Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|