This tutorial will help you solve the problem of visual Studio Update 4 RC Startup debugging failure, as follows
The following solutions apply to any Visual Studio development environment and Windows NT 6.1 systems.
System: Windows 8.1 Enterprisex64 RTM
Development Environment: Visual Studio Update 4 RC
run-time Library:. NET Framework 4.5 x64
Hosting Environment: IIS 8.0
Error: Unable to start debugging on the Web server, you do not have permission to debug the Web server process, you need to run as a user account on the Web server, or have administrator privileges.
reason: starting with Windows NT 6.1, the Windows Vista version has increased user control, especially Windows 8. If you do not use system optimization software to do user control, system permissions to adjust, that is, by default.
Visual Studio must be "Run as Administrator", the right mouse button "Run as Administrator", not the question of whether your current login account is an administrator. Otherwise, this error occurs when your Visual Studio starts debugging in F5: "You cannot start debugging on a Web server, you do not have permission to debug the Web server process, you need to run as a user account on the Web server, or you have administrator privileges." "
Solution:
Desktop, the mouse moves above visual Studio 2012.
Right---〉 Property
Click--〉 Advanced
In the Run as Administrator (R) tick, and then OK.
OK, it's settled.
Or, each time you right-click "Run as Administrator."
PS: The taskbar and desktop are set up the same way.
Author: vallen
Source: Http://www.cnblogs.com/vallen
This article copyright to the author and blog Park, Welcome to reprint, but without the consent of the author must retain this paragraph, and in the article page obvious location to the original connection, otherwise retain the right to pursue legal responsibility.
Only a bigot can survive.
Original address: http://www.cnblogs.com/VAllen/p/VisualStudioDebuggingToIISAdmin.html
Thank the author for sharing, quickly help you solve the problem.
The above is the entire content of this article, I hope to help you learn.