Authentication in asp vbscript
-
Hi all, We have a web application in asp vbscript. I need to ensure that the access to different modules in the application be determined by the credentials of the user logged in.. Now any user is able to access any page once logging in...if he knows the URL.. The business logic is written in .Net but the front end pages are pure asp. Thanks in anticipation...
If you fail for the first time , call it version 1.0.
-
Hi all, We have a web application in asp vbscript. I need to ensure that the access to different modules in the application be determined by the credentials of the user logged in.. Now any user is able to access any page once logging in...if he knows the URL.. The business logic is written in .Net but the front end pages are pure asp. Thanks in anticipation...
If you fail for the first time , call it version 1.0.
hi, try using sessions.. i once had the same problem 1) ask the user to log in.. 2) store his credentials in a session.. 3) write any query to check his status/rights from any database of registered users thst u have.....( if any ) 4) allow him those rights on the necessary page...or....redirect to the page u allow him... i hope it will solve ur problem or atleast give u the concept of the idea.. thanx...
Ish Kumar Kapila