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