开发者

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

开发者 https://www.devze.com 2023-02-11 02:20 出处:网络
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 bre

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

精彩评论

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

关注公众号