Session Question

  • Thread starter Thread starter Henry Chen
  • Start date Start date
H

Henry Chen

Hi,
I have asp.net application that works fine with "InProc". When I change the
web.config to ""SQLServer", some of the pages with the sessions hang. I
think the seesion part in those web pages need change accordingly. But I
don't know how. Can you guys help me on this?

Thanks,
Henry
 
I have applied [Serializable] in all the classes as told in the article.
However, the pages with the sessions still hang. Any clue what to do with
it? I am using the VS.Net 2002. Thanks.

Henry
 
If you give more details like, what you are trying to store in session then
it will help us to resolve your problem.

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com



Henry Chen said:
I have applied [Serializable] in all the classes as told in the article.
However, the pages with the sessions still hang. Any clue what to do with
it? I am using the VS.Net 2002. Thanks.

Henry
Saravana said:
Check out this kb article, you will know what you need to do when you change
it to sqlserver
http://support.microsoft.com/default.aspx?scid=kb;en-us;312112

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com



change
the
 
Back
Top