Re: Forms Authentication Problem
- From: "vss" <tnr@xxxxxxxxxxxxxxxxx>
- Date: Thu, 31 Aug 2006 12:50:30 -0400
Thanks for your response.
But it did not resolve the problem..i changed the default content page...
Another issue that i observed is that ..Once i open my application in my
browser window...i can not navigate to any website otherthan my application
in that window...If i type in www.microsoft.com...it takes me back to the
Login page ..
Please help me resolve the issue.
Thanks,
"Luke Zhang [MSFT]" <lukezhan@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:wNkecXMzGHA.4464@xxxxxxxxxxxxxxxxxxxxxxxx
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.
.
- 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
- Re: Forms Authentication Problem
- From: Luke Zhang [MSFT]
- Forms Authentication Problem
- Prev by Date: Re: ASP.net authentication from external LDAP server
- Next by Date: Re: MembershipProvider, ADAM and userProxy
- Previous by thread: Re: Forms Authentication Problem
- Next by thread: ActiveDirectoryMembershipProvider without storing username and password?
- Index(es):
Relevant Pages
|