I'm stuck with an old project where I want to implement a login page using authentication from a web config.
The problem I can't solve is the fact that the pages are ASP 3 pages and not ASPX.
Obviously my form authentication works well with a .aspx page, no problem. I can't unfortunatly cut and paste my ASP code in a new webform, too many pages and use of some objects. Somebody has an idea how to implement easily form authentication with .ASP pages ?