What state are you running? outofproc? Inproc will not work in a web farm
scenario. out of proc or sqlserver will work because the different worker
processes running on different servers will need to be able to 'see' the
session variables for serialization to succeed. If you haven't tampered with
the webconfig settings, you will not be able to use this for a webfarm
scenario.
--
Regards,
Alvin Bruney
Got DotNet? Get it here
www.networkip.net/tidbits
"Amit S. Jamgade" <aj******@dc.com> wrote in message
news:07****************************@phx.gbl...
Hi All,
I am trying to share the session between classic ASP and
ASP.Net application. For session sharing I used the
method available on this link:
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnaspp/html/ConvertToASPNET.asp
I would like to know if this method works in Web Farm
Scenario also.
Thanks & Regards,
Amit