Article: ![]() |
ASP.NET Forms Authentication - Part 1 | |
Subject: | Can we use multiple login form | |
Date: | 2007-01-21 16:42:47 | |
From: | boa_sovann | |
Response to: Can we use multiple login form
|
||
hi all, i am a new to asp.net web application developer and now working on a project which has a login page that restrict the users that store in my database table to login before they can access any other sites. my web application directory is as follow: solution/Book/Web.config .../Admin/ .../a.aspx .../b.aspx .......... .../Operator/ .../a.aspx .../b.aspx .......... .../Guest/ .../home.aspx .../login.aspx .......... the default url is: .../Guest/home.aspx and when the visitors click on login.aspx, then enter thier user name and password and then click on login. if the vaildation against database is correct, the users will redirect to the .../Admin/a.aspx, .../Operator/a.aspx as appropriate. so i need any helps to solve my problem.
|