Ramesh
08-24-1998, 08:47 AM
Hi All,
We had a ISAPI extension application that was working fine with IIS 3.0, but when we tried to run the same application under IIS 4.0, we encounter a lot of problems.
The Main problem seems to be the database connectivity(CDatabase::Open()). In IIS 3.0 we established a connection with the database during the entry point of the DLL. (ie. GetExtensionVersion() function).
When we run the same code in IIS 4.0, either the browser hangs up or gives a error number 29539(0x00007363) or the inetinfo.exe(the IIS manager) terminates abnormally giving a GPF.
Can anyone enlighten us in this area and other connectivity issues in IIS 4.0 in general? We are using SQL Server 6.5 as the BackEnd and Visual C++ 5.0 as the FrontEnd with IIS 4.0 as the Web Server
We had a ISAPI extension application that was working fine with IIS 3.0, but when we tried to run the same application under IIS 4.0, we encounter a lot of problems.
The Main problem seems to be the database connectivity(CDatabase::Open()). In IIS 3.0 we established a connection with the database during the entry point of the DLL. (ie. GetExtensionVersion() function).
When we run the same code in IIS 4.0, either the browser hangs up or gives a error number 29539(0x00007363) or the inetinfo.exe(the IIS manager) terminates abnormally giving a GPF.
Can anyone enlighten us in this area and other connectivity issues in IIS 4.0 in general? We are using SQL Server 6.5 as the BackEnd and Visual C++ 5.0 as the FrontEnd with IIS 4.0 as the Web Server