Re: Mixing classic ASP and ASP.NET 2.0 security
Alex Smotritsky <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <001201c7142f$e0c40670$9a09a8c0@animal> |
Sounds like you're moving toward something like writing an ISAPI filter which would play well with the asp.net 2.0 authentication httpmodule. I think this is all too complex. How about throwing out the asp.net authentication infrastructure and coding in asp.net to whatever you have in the classic asp app? If the classic asp app is setting a cookie and then checking that, do the same in asp.net. I think treating asp.net like asp is the most practical solution to this scenario. This way you do authentication/authorization the asp way and take advantage of asp.net for everything else. -----Original Message----- From: Discussion of building .NET applications targeted for the Web [mailto:[email protected]] On Behalf Of Alex Ivanoff Sent: Wednesday, November 29, 2006 7:54 PM To: [email protected] Subject: Re: [DOTNET-WEB] Mixing classic ASP and ASP.NET 2.0 security What if I implemented in ASP something similar to FormsAuthentication module which would use COM interop to encrypt/decrypt/validate authentication ticket. Any comments? =================================== This list is hosted by DevelopMentorR http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com