Re: [PHP4BETA] Debugging ISAPI on WinNT

[email protected] (Zeev Suraski)
Newsgroups php.dev,php.version4
Message-ID <[email protected]>
Well, while I'm not sure why this happens, there's one reliable way to
stop a program under Win32 - connect to it using a debugger, and stop
debugging.  In Visual C++:

Build->Start Debug->Attach to Process

Check 'Show system processes',

Select inetinfo.exe, attach to it, and stop the debugger.

Not exactly helpful on your PHP problem, but it saved me a few hundred
reboots so far :)

Zeev

On Mon, 22 May 2000, Andreas Karajannis wrote:

> Zeev Suraski wrote:
> > 
> > 'net stop iisadmin' says what?
> > 
> 
> Just tried the following (with the Debug version):
> 
> C:\>net start iisadmin
> The IIS Admin Service service is starting.
> The IIS Admin Service service was started successfully.
> 
> C:\>net start w3svc
> The World Wide Web Publishing Service service is
> starting......................
> ...............
> The World Wide Web Publishing Service service could not be started.
> 
> More help is available by typing NET HELPMSG 3523.
> 
> C:\>NET HELPMSG 3523
> 
> The *** service could not be started.
> 
> C:\>net stop iisadmin
> The following services are dependent on the IIS Admin Service service.
> Stopping the IIS Admin Service service will also stop these services.
> 
>    World Wide Web Publishing Service
> 
> Do you want to continue this operation? (Y/N) [N]: y
> The service could not be controlled in its present state.
> 
> More help is available by typing NET HELPMSG 2189.
> 
> C:\>NET HELPMSG 2189
> 
> The service could not be controlled in its present state.
> 
> 
> EXPLANATION
> 
> The service is not currently accepting requests. If
> the service is starting, it cannot process requests until it is fully
> started.
> 
> ACTION
> 
> Try the operation again in a minute or two.
> 
> If this problem persists, the service may be stuck in a partially
> running
> state. Contact technical support. Be prepared to give the name of the
> service
> and other information about the system, such as the services and
> applications
> that were running, and the type and amount of network activity on the
> computer
> at the time of the problem.
> 
> >>>>>
> 
> Note the _extremely_ helpful HELPMSG 3523 ;-)
> 
> -Andreas
> 
> --
> Andreas Karajannis
> GMD National Research Center for Information Technology
> Schloss Birlinghoven, D-53754 Sankt Augustin
> Phone +49 2241 142948
> 

-- 
Zeev Suraski <[email protected]>
http://www.zend.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.