Why can't IIS implicitly share ASP Session state with ASP.NET??
Why can’t IIS implicitly share ASP Session state with ASP.NET?? This is really a drag on starting to convert an ASP application to ASP.NET. Of course, you could use SQL Server to store your Sessions state, but then you’d have to rewrite that portion of your ASP application first. I don’t want to, Why can’t I just use *Session(”myData”) *in ASP and ASP.NET and have it point to the same Session value? C’mon guys!!