I have tons of code I have tried so let me give my situation and see if perhaps someone can point me in the right direction.
I am developing a page for the intranet. I have a user group in AD with all the users I want to have access to my site. This AD group has been placed in the database security group. I currently have it working with the integrated windows="SSPI" connection string with Anon turned off and Basic Authentication on(unsecure only way I can get it to work). As we speak if you go to the page it has a pop-up immediately asking for credentials as well stating your information will be transmitted in plain text. Only those users I specified can login and other then being unsecure and not being able to log out it works great.
My issue though is I am being requested to have a FORM for the users to be login with. They dont want me to use a status SQL account because they want everything the domain user is doing to be logged.
I have searched for hours on google trying to figure out how to take the username and password from the user and pass it through to SQL and authenticate them through a form.
If you could point me in the right direction it would be HIGHLY appreciated. Thanks!
Running in circles is what I do best!
I am developing a page for the intranet. I have a user group in AD with all the users I want to have access to my site. This AD group has been placed in the database security group. I currently have it working with the integrated windows="SSPI" connection string with Anon turned off and Basic Authentication on(unsecure only way I can get it to work). As we speak if you go to the page it has a pop-up immediately asking for credentials as well stating your information will be transmitted in plain text. Only those users I specified can login and other then being unsecure and not being able to log out it works great.
My issue though is I am being requested to have a FORM for the users to be login with. They dont want me to use a status SQL account because they want everything the domain user is doing to be logged.
I have searched for hours on google trying to figure out how to take the username and password from the user and pass it through to SQL and authenticate them through a form.
If you could point me in the right direction it would be HIGHLY appreciated. Thanks!
Running in circles is what I do best!