[IIS error - HTTP Error 500.19] HTTP Error 500.19- Internal Server Error Error Solution (a) ...

This machine is deployed in just a WebService test, when browsing the emergence of "HTTP Error 500.19 - Internal Server Error" error, as shown below:

2010-04-15_134600

After examination revealed the reason is due to be installed after the installation of VS2008 iis, just re-registered under AspNet it, the following steps

1 Open Run, type cmd into the command prompt window.

2 into the C: \ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727 directory.

3 can perform input aspnet_regiis.exe -i

Note: If your system is 64-bit path to the second step of the C: \ WINDOWS \ Microsoft.NET \ Framework64 \ v2.0.50727

IIS7 error error occurred ON at The Server An Processing the when the URL of ... at The
Win7 run the following ASP program always wrong, the problem turned out to be site configuration. . .

One problem: MS Jet engine changed the location of the temporary directory, but there is no access to the temporary directory, resulting in the failure to use the database (sql issues because, after the switch to access the database test).
The solution:
to "system disk: \ Windows \ ServiceProfiles \ NetworkService \ AppData \ Local \ Temp" directory to add a "Authenticated Users" of users, AppData directory is hidden, at the time of entry may enter the path directly in the address bar, or show hidden files in the folder options.

Set permissions steps: Right-click the Temp folder, select "Properties", "select the" Security "tab," click "Edit," "out of" Temp permissions "dialog box, click" Add "below" Enter the object names to select "enter Authenticated Users (you can also click the" advanced ... "button, then click on the" Find "button, select the Authenticated Users in the search result), OK" to return to the "Temp rights," the rights of Authenticated Users full control to the hook, OK "OK.

Question two: Is IIS7 default client not to send detailed error, so just give us a script error messages (this information can be modified):. An error occurred on the server when processing the URL Please contact the system administrator. In this way, in the end it is not known what was wrong.
Solution:
The iis7 in ASP module inside the "send errors to the browser" to True.
Is very important, otherwise you do not know the error lies.

Reproduced in: https: //www.cnblogs.com/Alenliu/p/4046424.html

Guess you like

Origin blog.csdn.net/weixin_34342578/article/details/93470038