开发者

How do I debug an IIS FTP extension in Visual Studio?

I have an IIS7 ftp extension developed in Visual Studio and successfully registe开发者_JAVA技巧red with the ftp service. How can I debug it so that I can attach to the ftp process (ftpsvc.dll) and break into the VS 2010 debugger?


  1. Open Windows Task Manager and switch to Services tab.
  2. Find ftpsvc and check its PID.
  3. Use Visual Studio to attach to this process.

Debug this process using your extension project in the usual way.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜