Posted on: 5/23/2011 9:30:39 AM | Views : 1087

I currently have two windows authentication protected sections on my site.  I want to consolidate the two into a nice clean interface with the ability to use forms authetication so I can design my own login and have the ability to log out.  My original problem with forms was the identity of the webserver is what is passed to the mssql background server and when a user logs in, I need that to be the identity accessing the mssql server.  Windows authentication works for now since the webserver will assume the identity of the user but I'm really looking for another way to do this, and I have yet to come across a method that works.  If anyone has any suggestions or even a better explantion on this topic I'd love to hear them.  Thanks in advance.
...

Go to the complete details ...