.NET Security in ASP pages.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a big application running in ASP. I am moving it to ASP.NET.
Is there a way to use the .NET security authentication in my old ASP pages
until I'm able to convert them all?
 
Well,

If you modify the script map for the .asp extexsion in IIS to be handled by
the aspnet_isapi.dll. Them maybe this could work. You have to test this out
first though
 
Back
Top