So i only need to do windows authentication and not forms authentication.
Instead of giving the user a popup box for login.. i want to have a login page with Username, domain and password..also an option of remember password. If the user does not exist it should just show that wrong username and password.
I have 2 types of users: administrators & users.
If its an administrator it should go to admin.aspx and if its User, it should go to users.aspx.
any help is appreciated. I have tried to do this but i actually mixed forms and windows authentication, and i think i have security issues.