Tip/Trick: Integrating ASP.NET Security with Classic ASP and Non-ASP.NET URLs
Posted by: ScottGus Blog,
on 05 Mar 2007 |
View original | Bookmarked: 0 time(s)
One of the questions I am often asked is "How can I integrate ASP.NET security with Classic ASP other non-ASP.NET URLs?". Specifically, people want to know if they can integrate ASP.NET's Forms Authentication, Role Based Security, and URL Authorization features with Classic ASP, PHP, JSP, .HTM, .JPG and other non-ASP.NET URLs. The good news is that this is pretty easy with ASP.NET 2.0 and IIS 6.0 today, and will get even easier in the IIS 7.0 timeframe. The below blog...