📄 isapi_extension.shtml.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0064)http://go1.163.com/~81000/source/debug/isapi_extension.shtml.htm -->
<HTML><HEAD><TITLE>mfc programmer's sourcebook : debugging tips</TITLE>
<META content="text/html; charset=iso-8859-1" http-equiv=content-type>
<META content="zafir anjum" name=author>
<META content="source codes for debugging" name=description>
<META content="source code debug" name=keywords>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR></HEAD>
<BODY background=isapi_extension.shtml.files/di2001.jpg bgColor=#ffffff
tppabs="http://www.codeguru.com/fancyhome/back.gif">
<H3 align=center><FONT color=#a0a099><!-- article title -->debugging isapi
extension </FONT></H3>
<HR>
<!-- author and contact details -->
<P>this article was contributed by <!-- author email --><A
href="mailto:zafir@home.com"><!-- author name -->zafir anjum</A>. <!-- text / source code --></P>
<P><!-- the 'p' starts a paragraph of normal text -->1. if iis gets hosed, you
can use vc++ to attach to the "inetinfo" to terminate it. </P>
<P>2. to stop the webserver you can use the following dos commandline <!-- start a block of source code --></P><PRE><TT><FONT color=#990000>
net stop "ftp publishing service"
net stop "gopher publishing service"
net stop "world wide web publishing service"
<!-- end the block of source code -->
</FONT></TT></PRE>
<P>this saves you from starting the control panel and the services applet. you
can add these commands to your tools - menu. </P>
<P>3. to start again use </P><PRE><TT><FONT color=#990000>
net start "world wide web publishing service"
</FONT></TT></PRE>
<P>4. also check out tn063: debugging internet extension dlls in the online
help. <!-- posted / update date mm/dd/yy - add to the list --></P>
<P>date posted: <!-- date here -->17 may 1998 <!--comments--></P></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -