Login Redirect
Tech-Archive recommends: Speed Up your PC by fixing your registry
Hello All:
I used a Login control to authenticate a user to login. The problem is
that when I login with good username & password, the login view would
say that the login was successful.
But for some reason the login control does not redirect the control to
DestinationPageUrl.
Even when I hardcoded to redirect to another page, it still remains in
the same page on successful login.
Does anyone know what is going wrong here?
Thanks in advance.
.
Relevant Pages
- Re: 2 questions please
... The login control is in the anonymous template and a staus view is in ... How can I set focus to the UserName textbox of the LogIn ... (microsoft.public.dotnet.framework.aspnet) - Re: Password changing in aspdbnet db
... + password in the login control will result in a login error without the app ... However the ChangePasword login control works fine (and profiler ... shows the database connections being made). ... The app is using SQL 2005. ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Weird issue with Login Control and Authentication
... I have two users in that database, ... I have a login control inside a user control that is either persistent ... website directly via "http://localhost/"; (I have IIS pointed to that ... (microsoft.public.dotnet.framework.aspnet.security) - Re: asp.net login contol using url redirect
... Dominick Baier wrote: ... > so the login control is in a different application on your server?? ... No the login is an integrated part of the application. ... If however I include the site in a frame on another site, e.g., ... (microsoft.public.dotnet.framework.aspnet.security) - Re: How ASP.NET find Login page?
... If you use the VS tools to help set up login, it will place the config element for you. ... how does ASP.NET know to redirect to Login.aspx from ... I add another page named AnotherLogin.aspx with Login Control too. ... (microsoft.public.dotnet.framework.aspnet) |
|