Error: unable to start debugging on the Web Server

Source: Internet
Author: User
Error: unable to start debugging on the Web Server

After Visual Studio is installed, do you want to install IIS on the local computer running Visual Studio? IIS should be installed before Visual StudioInstallation.

If you install ASP. NET later, you may need to register ASP. NET again..
To register ASP. NET again, follow these steps:
Run the following commands in the Command Prompt window:

Start --> Run --> cmd --> then enter the command in the CMD window:

CD \ and press enter (return to the C root directory)
Cd c: \ WINDOWS \ Microsoft. NET \ framework \ v4.0.30319 (v4.0.30319 is the version number, please note your own version)
Aspnet_regiis.exe-I
Note that for Windows Server 2003, you can use "Add/Delete"Program"Control Panel install ASP. NET.

Error: Compiler error message:Cs0016: failed to write the output file

Compiler error message:Cs0016: failed to write the output file "C: \ WINDOWS \ Microsoft. NET \ framework64 \ v4.0.30319 \ temporary ASP. Net files \ Root \ 3eb637b5 \ f0a501db \ deny" -- "access is denied. "

The solution to this problem is found on Microsoft's website. It is actually very simple, as long as the windows/temp permission settings

Add the permissions of network service (Asp.net for Win2000, and iis_iusrs for win7.

For specific solutions, see
Http://support.microsoft.com/default.aspx? SCID = KB; en-US; 825791

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.