Forms based authentication and Classic ASP files

  • Thread starter Thread starter Fresh Air Rider
  • Start date Start date
F

Fresh Air Rider

Hi all,

I have a web site which is currently protected by forms authentication
which is working fine for the main part of the site.

Within this web site though, I have a directory called "Admin" which
contains classic asp pages.

I would like this directory to be behind the same authentication as
the rest of the web site.

Any ideas on how to make these classic ASP pages work with .Net forms
authentication?

Thanks
John
 
You cannot. Forms authentication is handled by the ASP.NET engine, which
does not process classic ASP.
 
Hi Peter

Thanks very much for that. I guess I'll just have to rewrite the whole
site in DotNet.

Thanks
John
 
Back
Top