timothy2l Posted January 21, 2004 Posted January 21, 2004 Right now, my site is set up so that if a user clicks on a link that requires a login, then they are redirected to a login page and then redirected back to the homepage. what i want is for the user to be redirected to the page that they initially wanted to view. Can anyone help me out? Response.Redirect("?????") Quote
Administrators PlausiblyDamp Posted January 21, 2004 Administrators Posted January 21, 2004 You may be better off having a look at Forms Authentication in ASP.Net - fairly easy to set up and does what you need. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Moderators Robby Posted January 21, 2004 Moderators Posted January 21, 2004 Have you modified the web.config file to implement forms authentication Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.