Reputation: 5419
I have an IIS7 ftp extension developed in Visual Studio and successfully registered 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?
Upvotes: 3
Views: 730
Reputation: 63244
Debug this process using your extension project in the usual way.
Upvotes: 3