Tutorials to .com

Welcome Guest

Google
Tutorials to .com » Os » Windos2003 » IIS error log: Failed to execute request because the App-Domain

IIS error log: Failed to execute request because the App-Domain

Print View by: iSee Total views: 33 Word Count: 287 Date: Thu, 7 May 2009 Time: 5:54 PM

Installed IIS and. Net2.0 framework, open the ASP.NET Web site, there Server application Error, out of this problem first, the general look at the system's "Event Manager", then view the server's "Event Manager" in the "Application procedures "log and found that error message is:

Failed to execute request because the App-Domain could not be created. Error: 0x80131902

Basically, the situation most likely to occur in the first implementation. Net work 2.0 time to sum up the reasons, there are generally two ways:

1. . net2.0 components not properly registered to IIS.

2. . net web site directory is not set up permissions.

Solutions:

We should be the first case from the beginning of the investigation:

1. First of all, enter cmd, change directory to% SystemRoot% Microsoft.Network (% SystemRoot% is your Windows installation directory, the general is the C: Windows)

2. Enter the command "net stop w3svc", the first stop w3svc services;

3. Enter the command, switch to the directory is usually lower cd v2.0.5 *;

4. The implementation of "aspnet_regiis.exe-ua" to lift. Net installation;

5. Re-install. Net to IIS in the "aspnet_regiis.exe-i"

6. That is, to restart the w3svc enter: net start w3svc

If the above methods will not solve the problem, you may find you. Net web site directory, to run. Net program users (usually Network Service) of "full control" permissions to be added, it should be no problem.


Can't Find What You're Looking For?

Google
 

Windos 2003 Articles