I have a company-wide authentication standard page written in classic asp (sign_on.asp). In my classic ASP applications, I just include "sign_on.asp" in the first line of every page and the authentication is taken care of.
Now I have a ASP.net (2.0) with C# Web application. I cannot include the authentication ASP file. How do I get around? I don't have control of "sign_on.asp" (cannot change it).
Thank you.
Now I have a ASP.net (2.0) with C# Web application. I cannot include the authentication ASP file. How do I get around? I don't have control of "sign_on.asp" (cannot change it).
Thank you.