G
Guest
I have an authenticate page in ASP format. I want to include it in my ASP.NET
project, in such a way that, I want it to run everytime when any request to
my ASP.NET project pages occurs. The user will be checked by this page, and
if it authenticated he/she will be able to run on my ASP.NET pages.
Now the question is, can i include this authentication page into my project
to authenticate users with include method as in ASP or in a different way?
project, in such a way that, I want it to run everytime when any request to
my ASP.NET project pages occurs. The user will be checked by this page, and
if it authenticated he/she will be able to run on my ASP.NET pages.
Now the question is, can i include this authentication page into my project
to authenticate users with include method as in ASP or in a different way?