J
Jay
2.0 asp.net app (precomiled in 2005, not updateable, dll's in bin and
then merged to one dll)...
web app calls a 1.1 (compiled in 2003) webservice initialization
webmethod (works). Second call to a different webmethod (does NOT work.
The second webmethod uses session state (to re-connect individuals
session back together) and crashes...
Hypotheses include: can't use precompiled app in 2005 to call 1.1/2003
websevice that uses state. Jumping across thread pools and state not
possible?
Having trouble attaching to debug into the webservice webmethod.
Stumped. Any ideas/knowledge on what's going on?
then merged to one dll)...
web app calls a 1.1 (compiled in 2003) webservice initialization
webmethod (works). Second call to a different webmethod (does NOT work.
The second webmethod uses session state (to re-connect individuals
session back together) and crashes...
Hypotheses include: can't use precompiled app in 2005 to call 1.1/2003
websevice that uses state. Jumping across thread pools and state not
possible?
Having trouble attaching to debug into the webservice webmethod.
Stumped. Any ideas/knowledge on what's going on?