I'm in the process of migrating an application from 4.xx to 5.65 and from Win2003 to Win2008, and I've run into a snag. I have the app running in COM mode, but on each hit the servers load and then unload. So, in other words, there are no servers loaded, a hit comes in, the servers load (I have 2 copies running), they process the hit, and then they unload. This happens on every hit.
And, I don't think it's a problem with my COM exe specifically, because the same weird behavior happens when i try to load the servers from the admin console. I click "Load Servers", The servers load, then they unload, and then they load and stay loaded (until the next hit).
I've searched this site and the help file and can't find any reference to a problem like this...
Here's my setup info:
Windows 2008, 32-bit
Web Connection 5.65
Managed Handler
Thanks!
Kirk