Hello!
Below is the scenario
1) 2 same applications one ASP and another ASP.NET(migrated) running on the
same web server machine
2) Both maintain a Cache and the Cache itself has a Socket, WebService and
Remoting interfaces for any application to update it
3) A third app (Windows Service) runs on the same machine to update the cache
4) The Win Service successfully updates the Cache for the ASP pages but for
the ASP.NET pages, the call just hangs with no errors. The Web Service update
work fine in all the cases. The hang happens only on Windows 2000 Server.
Windows XP and 2003 work fine
5) Can anybody help me solve this problem? I have tried all possible
scenarios. The Cache object is the same code base for ASP and ASP.NET, in
case of ASP it uses Interop. ASP works fine thoughout, but ASP.NET hangs.
WebServices work fine in ASP.NET but due to performance reasons we can to use
Remoting or Sockets