Debugging an ISAPI extension
Posted
by Zafir Anjum
on August 6th, 1998
2. To stop the webserver you can use the following dos commandline
net stop "FTP Publishing Service" net stop "Gopher Publishing Service" net stop "World Wide Web Publishing Service"
This saves you from starting the control panel and the services applet. You can add these commands to your Tools - menu.
3. To start again use
net start "World Wide Web Publishing Service"
4. Also check out TN063: Debugging Internet Extension DLLs in the online help.

Comments
http://www.alrojo.com/html/videos-idx.htm
Posted by Legacy on 06/11/2003 12:00amOriginally posted by: Fermin
Good work.
Replynet start is wrong
Posted by Legacy on 03/22/2002 12:00amOriginally posted by: Mike
Reply
Debugging ISAPI
Posted by Legacy on 05/22/2001 12:00amOriginally posted by: Ryan Permeh
Reply