|
Home > Archive > IIS Server Security > May 2005 > Problem in connecting to ISAPI at medium and High levels
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem in connecting to ISAPI at medium and High levels
|
|
| Ganesha 2005-05-19, 7:48 am |
| Hi,
I want to run ISAPI application in medium(pooled) or High(Isolated)
level of application protection in IIS 5.0.
When i run it in low level it runs without any problem. But when i run it in
medium or high level only alternate requests will be served properly. For
every other alternate request it throws an internet exception. It gives -
Connection could not be established.
And i have given admin priviledges to the default web site in IIS.
Can anyone tell whats the reason and how to correct it ..
Regards,
Ganesha
| |
| David Wang [Msft] 2005-05-21, 8:47 pm |
| It sounds like your ISAPI application is crashing on every other request
(you should see event log entries to this effect).
You will want to debug the ISAPI and figure out why. See this URL for
instructions: http://support.microsoft.com/?id=183480 . ISAPI applications
can be written to not work when in medium/high application protection, so
this is generally not an IIS issue.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Ganesha" <kdeeps22@hotmail.com> wrote in message
news:%230qmu4FXFHA.712@TK2MSFTNGP14.phx.gbl...
Hi,
I want to run ISAPI application in medium(pooled) or High(Isolated)
level of application protection in IIS 5.0.
When i run it in low level it runs without any problem. But when i run it in
medium or high level only alternate requests will be served properly. For
every other alternate request it throws an internet exception. It gives -
Connection could not be established.
And i have given admin priviledges to the default web site in IIS.
Can anyone tell whats the reason and how to correct it ..
Regards,
Ganesha
|
|
|
|
|