Re: froms authentication loginurl not found
- From: "TJS" <nospam@xxxxxxxx>
- Date: Mon, 16 May 2005 15:51:10 -0700
I tried removing leading slash but it still does not find the file.
"Showjumper" <kds> wrote in message
news:OqmmzXmWFHA.628@xxxxxxxxxxxxxxxxxxxxxxx
> In the we.config file it needs to be <forms name="testAuthCookie"
> loginUrl="_security/login.aspx" />
> Note no leading slash
>
> "TJS" <nospam@xxxxxxxx> wrote in message
> news:uHVwbOmWFHA.2124@xxxxxxxxxxxxxxxxxxxxxxx
>> i'm having problems where the user is not correctly redirected to login
>> page if starting in a folder below the webroot.
>> in these cases, it always tries to go to /foldername/login.aspx
>>
>> this is the web.config code:
>> ...
>> <authentication mode="Forms">
>> <forms name="testAuthCookie" loginUrl="/_security/login.aspx" />
>> </authentication>
>> ...
>> how do I reset path so it can find the "/_security/login.aspx " file ??
>>
>>
>
>
>
.
- Follow-Ups:
- Re: froms authentication loginurl not found
- From: Showjumper
- Re: froms authentication loginurl not found
- References:
- froms authentication loginurl not found
- From: TJS
- Re: froms authentication loginurl not found
- From: Showjumper
- froms authentication loginurl not found
- Prev by Date: Re: Business Component missing dlls
- Next by Date: SoapFormatter throws System.Exception when deserializing non-compatible versions
- Previous by thread: Re: froms authentication loginurl not found
- Next by thread: Re: froms authentication loginurl not found
- Index(es):
Relevant Pages
|