Re: Forms Authentication Problem
- From: lukezhan@xxxxxxxxxxxxxxxxxxxx (Luke Zhang [MSFT])
- Date: Thu, 31 Aug 2006 06:22:26 GMT
Hello,
Thank you for the information.
Regarding the error message "The page isn't redirected properly", is it a
customized error message raised from your application. I didn't know a
similar system error in ASP.NET. Can you check the code to see the code to
generate such an error? what is the logic there?
And, is the "Xtranet" set as a virtual folder in IIS? If so, you may check
its properties in IIS manager and select "Documents". The default content
page will be list there. If you want to user goto "defaultstart.aspx" with
"http://myserver/xtranet/", you need add "defaultstart.aspx" here. If the
"default.aspx" is just login form for form authentication, you may remove
it here and only leave it in web.config like:
<authentication mode="Forms">
<forms name=".ASPXFORMSDEMO" loginUrl="default.aspx"
protection="All" path="/" timeout="30" />
</authentication>
Sincerely,
Luke Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: Forms Authentication Problem
- From: vss
- Re: Forms Authentication Problem
- References:
- Forms Authentication Problem
- From: vss
- RE: Forms Authentication Problem
- From: Luke Zhang [MSFT]
- Re: Forms Authentication Problem
- From: vss
- Re: Forms Authentication Problem
- From: Luke Zhang [MSFT]
- Re: Forms Authentication Problem
- From: vss
- Forms Authentication Problem
- Prev by Date: RE: Membership.ApplicationName and thread safety.
- Next by Date: Re: MembershipProvider, ADAM and userProxy
- Previous by thread: Re: Forms Authentication Problem
- Next by thread: Re: Forms Authentication Problem
- Index(es):
Relevant Pages
|