Just as a quick note if you dont already know, but to use logins and passwords in a page use.
Request.ServerVariables("LOGON_USER")
Also if your using a SQL Server Database put any login check code into a Stored Procedure as this will stop any SQL Injection as Interanl Users are more of a security threat than external users! If your using Access then you will jsut have to go with it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.