Forms based authentication and Classic ASP files

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
 
P

Peter Rilling

You cannot. Forms authentication is handled by the ASP.NET engine, which
does not process classic ASP.
 
F

Fresh Air Rider

Hi Peter

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

Thanks
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top