Link to home
Start Free TrialLog in
Avatar of woodje
woodjeFlag for United States of America

asked on

I need to be able to have a user login and be redirected to different index pages based on their ID's

I have a login.aspx page developed. I need to figure out how to tie this to an Access 2003 database that stores the user id and passwords. If the id and pass are correct then redirect the user to a file location and index.aspx page. I am not sure if I need to have the folder and page file in the database or in the code behind. Any ideas and sample code you can provide me would be greatly appreciated. Here is the file structure I am using. In the () is the user id that I will need in the database to access this directory. Thanks for your time. And I don't want to use the membership tables if at all possible.

client folder
login.aspx
----- c1 folder (id_00001)
----- index.aspx

----- c2 folder (id_00002)
----- index.aspx
ASKER CERTIFIED SOLUTION
Avatar of pwrBall
pwrBall
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Nasir Razzaq
Explore the ASP.NET Routing and Dynamic Data. I thinks that has the answer to your question.