简体   繁体   中英

Remote debugging a web service

I have a VM machine and web service is installed there, running on IIS so if I open an IE window and type the address of my web service there, it shows it. Now I want to debug it from my local machine that has Visual Studio and the code. Here is what I do:

  • Open Remote Debugging Tool in Admin mode on VM machine.
  • Open Debug->Attach to Process on my local VS, entered the name of the VM machine so it listed the processes running there.
  • Should I see a w3wp process in the list? Because I don't see it there. So Is there something I am not configuring or missing?

在附加流程的对话框中,底部有一个小复选框, 显示“显示所有用户的流程” ,确保选中该复选框。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM