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?
- Open Windows Task Manager and switch to Services tab.
- Find ftpsvc and check its PID.
- Use Visual Studio to attach to this process.
Debug this process using your extension project in the usual way.
精彩评论