[PHP-DEV] Re: [PHP4BETA] Debugging ISAPI on WinNT From: Timur Safin (timur <email protected>)
Date: 05/22/00

ISAPI-filters are locked because IIS preloaded them for performance reasons.
To unlock all used and preloaded dll go to IIS-console:
o Select Web-site
o Right-click "Properties"
o "Home Directory" Tab;
o Press "Unload" button at right-bottom corner.

Happy coding,
Timur Safin
mailto:timur <email protected> mailto:timur <email protected>
http://timur.lanit.ru

----- Original Message -----
From: "Andreas Karajannis" <Andreas.Karajannis <email protected>>
To: "php-dev" <php-dev <email protected>>; <php4beta <email protected>>
Sent: Monday, May 22, 2000 4:43 PM
Subject: [PHP4BETA] Debugging ISAPI on WinNT

>
> I' m fighting with Visual C, IIS, NT and PHP4 since I wanted to debug
> odbc on Win32 / ISAPI.
> I've managed to compile both the Debug and Release versions of PHP
> ISAPI.
> Somehow I'm not able to get the isapi Debug version up and running - the
> Release version I've compiled gets loaded by PWS/IIS4 and parses PHP
> scripts.
> If I try to install the Debug version, restart iisadmin - and that's it.
> The service can't be stopped again, w3svc can't be started. I can't even
> 'kill' the inetinfo.exe process from TaskManager - "Access denied".
>
> Anybody can help?
>
> -Andreas
>
> --
> Andreas Karajannis
> GMD National Research Center for Information Technology
> Schloss Birlinghoven, D-53754 Sankt Augustin
> Phone +49 2241 142948
>
> --
> PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
> To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
> For additional commands, e-mail: php4beta-help <email protected>
> To contact the list administrators, e-mail: php4beta-admin <email protected>
>
>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>