Asp. NET Run-time Error "parser error message: Access Denied" solution

Source: Internet
Author: User
Tags config
Asp.net| Error | access | resolution

This problem puzzled me for a long time, finally found a solution on the Internet, there are the following three kinds, recommended the use of the second.

(1)

This is not a problem with the control, so just turn off Indexing Service,
Turn him off two ways:

(a) can be entered in MS-DOS under the Net Stop cisvc command prohibited!
(b) The Indexing Service can be found by entering the Control Panel-〉 management tool-〉, and clicking the right button to stop it.

(2)

The most common cause of this is Indexing Service services. The workaround is to deactivate the Indexing Service, or configure the ASP.net temporary directory to be unaffected by the Indexing Service.

The steps to configure the ASP.net temporary directory to be unaffected by the Indexing Service services are as follows:

1, start--management tools--Computer Management (Win2003 location, similar to other operating systems) turn on Computer Management

2. Expand Computer Management The services and Applications node in the left tree, expand the Indexing Service node under it, expand the System node under it, and then expand the directory node below it.

3, on the right side of the computer Management we can see the configured Indexing Service directory.

4, on the "Directory" node right click on the mouse, select "New"--"directory"

5. In the Add Directory dialog box, enter the asp.net temporary file directory in the entry box. The default should be:

C:\<windir>\microsoft.net\framework\<version number>\temporary asp.net Files directory.

<version number> refers to the. NET version you are dealing with.

6, in the "included in the index?" "option, select" No "

7, click "OK" button

8. Right-click on the Indexing Service node to restart Indexing Service.

Refer to the following documentation:

Http://community.csdn.net/Expert/topic/4075/4075120.xml

http://support.microsoft.com/default.aspx?scid=kb;en-us;329065

(3)

Available Notepad to open C:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

Look for Username= "machine" in "ProcessModel" to change it to Username= "System."



Related Article

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.