0

So, at work, we are trying to use NCover Desktop for code coverage on a cloud based azure web application. We are using Azure SDK V1.8 and Visual Studio 2010.

I researched online for answer and found some article a little bit helpful in setting up environment and stuff. Following is the procedure I'm following for this.

  1. Create new NCover project and select auto config
  2. Reset IIS and detect w3wp.exe process
  3. Start application and select/deselect executable.

Problem is, I think VS is running on localhost rather than IIS, that's why even after restarting IIS, I'm not able to detect w3wp.exe process to attach.

how can I fix this issue?

Any help is appreciated.

EDIT:

So, After pointing our site towards IIS - Following is the error messasge I am getting. I also tried to change port so there is not conflicts.

enter image description here

Yash Patel
  • 95
  • 1
  • 1
  • 7
  • 1
    Don't run your app in iisExpress. Set up proper IIS for your app. – trailmax Aug 21 '14 at 22:05
  • Disregard the Azure emulator. Set up local IIS, create a web-site there, point that site to your web-project. Connect NDepend to w3wp.exe. All guides are googleable pretty easy. – trailmax Aug 21 '14 at 22:18

0 Answers0