I want to convert an application website that contains about 200 pages over to ASP.NET.
It is to big to convert all at once and I don't have the knowledge yet on how to do this.
I want to convert one area at a time.
I keep session variables in my ASP page to show the user has logged on correctly. I am not sure if ASP.NET can read in Session variables from my ASP pages?
How would I maintain the session variables between my ASP and ASP.NET pages? OR is there a better way of doing this?
Thanks
It is to big to convert all at once and I don't have the knowledge yet on how to do this.
I want to convert one area at a time.
I keep session variables in my ASP page to show the user has logged on correctly. I am not sure if ASP.NET can read in Session variables from my ASP pages?
How would I maintain the session variables between my ASP and ASP.NET pages? OR is there a better way of doing this?
Thanks