2 ways to resolve server application error for IIS _ servers

Source: Internet
Author: User
Method 1:
------------------------------------
Server Application Error
The server has encountered an error while loading a application during the processing of your of request. Please refer to the event log for more detail information. Please contact the server Administrator for assistance.
------------------------------------

Process:
1. Right click on my Computer--admin--Local Users and groups, set the password for the IUSR_ machine name and the IWAM_ machine name two users.

2. Start--run--play cmd,
Then CD d:inetpubadminscripts (my system in D disk),
Then cscript.exe adsutil.vbs set W3svc/wamuserpass your password,
Then cscript.exe adsutil.vbs set W3svc/anonymoususerpass your password.

Check it out, all right? If not, then
Cscript.exe Synciwam.vbs-v,
and then IISReset.



Method 2:
The recent machine IIS is always not normal, always said http500 error, and then can not parse ASP file, online search for a half-day, the solution has, but did not relate to my report of the 8004e00f error.

Later in the system constantly disorderly look, found that MSDTC service is not normal, so first from here, the specific solution is as follows:

1, first into the Component Services, view Component Services/computer/My Computer/com+ application, the results of the error "COM + cannot talk to Microsoft distributed Transaction Coordinator" to see the objects inside.
2, into the Event Viewer, found that the MSDTC service does not start properly.
3, delete the key in the registry:
HKEY_LOCAL_MACHINESYSTEMCURRENTCONTROLSETSERVICESMSDTC
HKEY_LOCAL_MACHINESOFTWAREMICROSOFTMSDTC
Hkey_classes_rootcid
4. Stop MSDTC service: net stop MSDTC
5. Uninstall MSDTC service: Msdtc-uninstall
6. Reinstall MSDTC Service: Msdtc-install
7. Confirm that the MSDTC service has started properly in Event Viewer [This step is critical, if not, restart the computer to see]
8, reset the IIS IWAM account password. [In user management in Computer Management]
9, synchronous IIS metabase in the Iwam_myserver password, in cmd: C:inetputadminscripts>adsutil set W3svc/wamuserpass "YourPassword"
10, synchronous COM + applications used in the Iwam_myserver password, in cmd: C:inetputadminscripts>cscript synciwam.vbs-v
11.!!!!!

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.