Need to debug my Web API service that's requested from a client machine - need help, how do I do this?

后端 未结 5 1374
一整个雨季
一整个雨季 2020-12-15 22:56

I built a Web API service that\'s hosted locally on my machine in IIS. I have an iOS app that I\'m running via XCode that makes the call to the web service. The connectivi

5条回答
  •  攒了一身酷
    2020-12-15 23:44

    Attach to process - http://msdn.microsoft.com/en-us/library/vstudio/3s68z0b3.aspx

    Make sure "Show processes from all users" is checked, and pick w3wp.exe

    You may need to hit the service once first to make sure its started.

提交回复
热议问题