Re: RedirectFromLoginPage wont redirect
- From: Tony <Tony@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Mar 2007 12:51:16 -0800
Hi Jerry,
I'm getting the same issue, not redirecting by RedirectFromLoginPage,
neither with FormsAuthentication.SetAuthCookie(...)
Response.Redirect(FormsAuthentication.GetRedirectUrl(...))
I know there are many issue with SmartNavigation, but I don't have
SmartNavigation on my login page, can you tell me how is it relate to
SmartNavigation?
Thanks a lot.
"Jerry J" wrote:
Dominick,.
I found that the problem was somehow connected to SmartNavigation. When I
turned off SmartNavigation, the redirection started to work. Your input did
help me find the problem.
Thanks.
--
Jerry J
"Dominick Baier" wrote:
well - what RedirectFromLoginPage internally does is this:
FormsAuthentication.SetAuthCookie(...)
Response.Redirect(FormsAuthentication.GetRedirectUrl())
split it up in these two operations to see where the problem is more easily....
-----
Dominick Baier (http://www.leastprivilege.com)
I have a web application that uses Forms Authentication. The first
version of the web application has been working fine. Clients on the
internet can hit my site using my IP Address in the URL such as
http://66.62.871.1/MyVirtualFolder/webpage.aspx. The login page gets
displayed as expected. The user puts in UN and PW. My code
authenticates and then I call RedirectFromLoginPage(sUsrName, false);
This was all working fine until the day I updated the site with new
aspx files and dll. Now, when a user hits my site using the IP
address, the RedirectFromLoginPage does not redirect. The login page
remains. If, however, I am in my LAN and use
http://serverName/MyVirtualFolder/webpage.aspx the page redirects as
expected.
There is an exception to this, however. If I use the IP address from
my development computer everything works OK. This remains a mystery to
me.
I initially thought that it had something to do with my file security.
To test that I set my web config file to use impersonation. I used the
server's Administrator name and PW as cridentials, however, this did
not help. I also, in desperation, gave "Everyone" full access to all
the web files. Still the same problem.
I have spent days trying to get to the bottom of this but am out of
ideas.
I am still using asp.net 2003 with runtime 1.1
Can someone out there help?
- Prev by Date: Re: Forms authentication - How to create first administrator type user in application
- Next by Date: RE: Help! ASP.NET 2.0 Membership ERROR: The password-answer supplied is wrong.
- Previous by thread: Help! ASP.NET 2.0 Membership ERROR: The password-answer supplied is wrong.
- Next by thread: .NET 3 Framework + AJAX
- Index(es):
Relevant Pages
|
|