IIS prompts server application Error solution collection 1th/2 page _win server

Source: Internet
Author: User
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.

Access to the IIS client appears as error message prompt,

Check the Internet to find out the solution is as follows:

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.

It is said to be OK, but to the last hint 8004e00f error, this error is due to the MSDTC service is not normal, the solution:

First go to Component Services, view Component Services/Computers/My Computer/com+ applications, and the result is "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

To this part of the online most of the said, but I do not have 8004e00f here, but the error message Access page Server application error still, finally found the solution is as follows:

Solution:
[1]:
Check that your DTC service (full name: Distributed Transaction coordinator) can start normally,

If you are normal, please skip this step, and if an error does not start correctly, run in the Start menu: Msdtc-resetlog to create the log file. Reboot the machine and check to see if IIS is working properly.

[2]:
Execute the following command under CMD:
CD%windir%\system32\inetsrv

rundll32 Wamreg.dll, CreateIISPackage

regsvr32 asptxn.dll

(I can use it here, no need to reboot)

Ok,asp page Everything's fine @!~~~ ^_^

Current 1/2 page 12 Next read the full text

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.