I have an ASP application that works in IIS5 but not IIS6
worker process model (it works ok in IIS6 when it is
running in IIS5 Isolation mode). The application is
failing when at a point where a COM object implementing
my business logic is using the catalyst socket controls
to talk to a TCP/IP socket on a remote machine, there is
no data being sent or received. However the same COM
object does talk to a SQL database on the same remote
machine using TCP/IP.
I have tried running the web site under a new Application
Pool and configuring that application pool to runs as the
LocalSystem account and a few other accounts in case it
is access to resources that is causing the problem but
this also did not work.
I don't think my application requires inetinfo.exe, read
raw data filters or dllhost.exe which all need IIS5
Isolation mode as documented in the online help.
Does anybody know what other changes have been made to
IIS6 that could be causing this problem as I don't want
to insist our customers configure their 2003 server to
run in IIS5 isolation mode and lose all the new enhanced
features of IIS6 ?
Cheers
Scott Robinson