What is w3wp.exe?

前端 未结 4 1994
隐瞒了意图╮
隐瞒了意图╮ 2020-12-08 01:37

I have a WCF service running under a service user on my local system. Every time I try to debug it is giving me a message Attach Security warning.<

4条回答
  •  北海茫月
    2020-12-08 02:18

    Chris pretty much sums up what w3wp is. In order to disable the warning, go to this registry key:

    HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\Debugger
    

    And set the value DisableAttachSecurityWarning to 1.

提交回复
热议问题