Another problem encountered during. NET development under win7: HTTP Error 500.19-internal server error. The requested page cannot be accessed because the configuration data on this page is invalid.

Source: Internet
Author: User

The night before, I found that win7 prompted me to use pirated products. The black desktop made people uncomfortable. So I found an activation software from the Internet, the system cannot be started. After the USB flash drive is started, it is found that the system folder has not been deleted. I had no choice but to reinstall the flagship version again. As a result, after installing. net, I encountered a problem accessing the page:

 

Detailed error information module IIS Web Core

Notification beginrequest

The handler has not been determined

Error code 0x80070021

Configuration error cannot be used in this path. This situation occurs if this section is locked at the parent level. The lock is set by default (overridemodedefault = "deny"), or is explicitly set by the position that contains overridemode = "deny" or the old AllowOverride = "false.

Configuration Source

219: <Add name = "scriptmodule" precondition = "managedhandler" type = "system. web. handlers. scriptmodule, system. web. extensions, version = 3.5.0.0, culture = neutral, publickeytoken = 31bf3856ad364e35 "/> </modules>

220:

221: <remove name = "webservicehandlerfactory-integrated"/>

 

 

Solution:

<! -- [Endif] -->

Control Panel --> Programs and functions --> enable or disable Windows functions --> roles

If "Web Server (IIS)" is not installed yet, select "add ".

If it is already installed, select "Web Server (IIS)" --> Add role service.

Select "Application Development (installed)" --> "ASP. NET ".

 

Other similar errors 1:

 

HTTP Error 500.19-Internal Server Error
Configuration error: you cannot use this configuration section in this path. This situation occurs if this section is locked at the parent level. The lock is set by default (overridemodedefault = "deny"), or is explicitly set by the position that contains overridemode = "deny" or the old AllowOverride = "false.

This error occurs because IIS 7 adopts a safer web. Config Management Mechanism. By default, the configuration items are locked and cannot be changed. To cancel the lock, run the command line % WINDIR % \ system32 \ inetsrv \ appcmd unlock config-Section: system. webserver/handlers. Handlers indicates the node name displayed in the red letter in the error message.

If modules is also locked, run % WINDIR % \ system32 \ inetsrv \ appcmd unlock config-Section: system. webserver/modules.

In addition, if you are a friend of Asp.net, remember to check Asp.net when installing iis7. This option is not selected by default, and a similar error message will appear.

 

Other similar errors 2:

HTTP 500.19-Internal Server Error
The requested page cannot be accessed because the configuration data of the page is invalid.
Detailed error information module IIS Web Core
Notification beginrequest
The handler has not been determined
Error code 0x80070005
Configuration error Unable to read the configuration file due to insufficient Permissions

In the original folder, right-click its attributes and open the "Security" tab. The "group or user name" is displayed. Click "edit" to add a new user name "everyone ", then, change its permissions and set "modify" to allow the second permission.

Reprinted from: http://blog.163.com/electricbulb@yeah/blog/static/109474447201091784510456/

 

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.