S
Starfloater
Guest
I am trying to do a login.asp page that just takes the users windows authentication and if the username and password is correct go to the membership page.
In my web.config file I have:
(authentication mode="Windows"/)
In my login.aspx page I have a login control. I do not want to use a database because all i want is for the login control to verify the windows credentials and send the user to another webpage. do I have to create a login1_authentication method? What do i have to put in it the code if I do not want to hardcode in users and passwords or use a database?
Thanks for the help!
In my web.config file I have:
(authentication mode="Windows"/)
In my login.aspx page I have a login control. I do not want to use a database because all i want is for the login control to verify the windows credentials and send the user to another webpage. do I have to create a login1_authentication method? What do i have to put in it the code if I do not want to hardcode in users and passwords or use a database?
Thanks for the help!