作者:歌手王紫璇 | 来源:互联网 | 2023-10-10 17:58
不知道为什么就这样了提示附加到进程失败。如下图,怎么解决,感谢!!
感谢各位了,着急
5 个解决方案
看看是这个问题吗?
Unable to attach to the process. Access is denied.” When Attaching Debugger to IIS Process in Windows 7
http://joelabrahamsson.com/unable-to-attach-to-the-process-access-is-denied-when-attaching-debugger-to-iis-process-in-windows-7/
系统是哪个版本、win7?win8-8.1?
你打开的VS2012用的是管理员权限吗?
Method 1. Use an administrator account
Method 2. Enable users to attach the debugger to a process that is running under a different user account
1: Log on to the computer as a user who has administrative credentials.
2:Click Start, click Run, type Control admintools, and then click OK.
3:Double-click Local Security Policy.
4: In the Local Security Settings dialog box, click Local Policies, double-click User Rights Assignment, and then double-click Debug programs.
5: In the Debug programs Properties dialog box, click Add User or Group.
6: In the Select User or Groups dialog box, type the name of the user or group for whom you want to grant permissions, and then click OK two times.
7: On the File menu, click Exit to close the Local Security Settings dialog box.