Question
Landing page after login using ASP.net
I'm a novice when it comes to application development. Most
of what I've done has been based on some customization of something
I've learned in a basic tutorial.
I've set up a web application that uses a standard Form to submit a username and password and validate against what's stored in a table in my db. Once I figure out how to implement role-level security (separate post), I'd like to specify the landing page that the users are taken to. The technique I'm using takes a person from login.aspx to default.aspx after a successful login. I don't see what is controlling this and how I could make it something other than default.aspx for anyone let alone based on some condition.
I'm using DW CS3 on an XP machine. I'm wondering if this is controlled by the infamous DreamweaverCtrls.dll
Any suggestions? Login code is below.
I've set up a web application that uses a standard Form to submit a username and password and validate against what's stored in a table in my db. Once I figure out how to implement role-level security (separate post), I'd like to specify the landing page that the users are taken to. The technique I'm using takes a person from login.aspx to default.aspx after a successful login. I don't see what is controlling this and how I could make it something other than default.aspx for anyone let alone based on some condition.
I'm using DW CS3 on an XP machine. I'm wondering if this is controlled by the infamous DreamweaverCtrls.dll
Any suggestions? Login code is below.
