I have a common login app written in ASP.NET 1.1 that I share across several 1.1 apps. Each app has the proper forms authentication and grabs the cookie created by the login app, and all is good. I'm ...
Ok, I need to work out how to handle integrated security on our domain so that the application (ASP.NET 3.5 w/ LINQ) will know to look at the windows user credentials, then assess what permisions they ...
So I've got an ASP.NET Web Forms application that needs maintaining. And it's still running the Microsoft .NET Framework 3.5. The size, complexity and availability of external components from ...