Log a user in to an ASP.net application using Windows Authentication without using Windows Authentic
- by Rising Star
I have an ASP.net application I'm developing authentication for. I am using an existing cookie-based log on system to log users in to the system. The application runs as an anonymous account and then checks the cookie when the user wants to do something restricted. This is working fine.
However, there is one caveat: I've been told that for each…