Error message when you browse an .aspx page and the World Wide Web Publishing Service is configured to interact with the desktop: "The compiler failed with error code 128" (919085)
The information in this article applies to:
- Microsoft ASP.NET (included with the .NET Framework 1.1)
- Microsoft ASP.NET (included with the .NET Framework) 1.0
- Microsoft Visual Studio .NET (2002), Professional Edition
- Microsoft Visual Studio .NET (2002), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2002), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2002), Academic Edition
- Microsoft Visual Studio .NET (2002), Professional Edition SP1
- Microsoft Visual Studio .NET (2002), Enterprise Architect Edition SP1
- Microsoft Visual Studio .NET (2002), Enterprise Developer Edition SP1
- Microsoft Visual Studio .NET (2003), Professional Edition
- Microsoft Visual Studio .NET (2003), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2003), Academic Edition
Important This article contains information that shows you how to help lower security settings or how to turn off security features on a computer. You can make these changes to work around a specific problem. Before you make these changes, we recommend that you evaluate the risks that are associated with implementing this workaround in your particular environment. If you implement this workaround, take any appropriate additional steps to help protect your system. SYMPTOMSConsider the following scenario. You configure the World
Wide Web Publishing Service on Microsoft Windows Server 2003 to interact with the
desktop. You log on to a console session either locally or remotely. In this
scenario, when you browse an .aspx page that requires compilation, you may
receive the following error message: Compilation Error
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific error
details and modify your source code appropriately.
Compiler Error
Message: The compiler failed with error code 128. CAUSEThis problem occurs because the worker process that tries to
start the Microsoft ASP.NET compiler process is running under the Network Service
identity or under an account that is not in the Administrators group. When the
ASP.NET compiler process tries to start Vbc.exe or Csc.exe, the process
initialization routine fails. This failure occurs because a dependent DLL fails during
its initialization routine. If any of the DLLs for a process return a failure
in their initialization routine, the operating system stops the process
startup and returns an error code of 128 (ERROR_WAIT_NO_CHILDREN).RESOLUTIONTo resolve this problem, use either of the following
methods. Use the method that fits your situation the best. Method 1: Prevent the World Wide Web Publishing Service from interacting with the desktopYou can prevent the World Wide Web Publishing Service from
interacting with the desktop. This is the preferred method. Note By default, the World Wide Web Publishing Service is not
configured to interact with the desktop. To do this, follow these
steps:
- Click Start, click Run,
type cmd, and then click OK.
- At the command prompt, type control
admintools, and then press ENTER.
- Double-click Services.
- In the Services pane, locate World
Wide Web Publishing Service.
- Right-click World Wide Web Publishing
Service, and then click Properties.
- Click the Log On tab.
- Click to clear the Allow service to interact with
desktop check box.
- Click OK.
Method 2: Change the application pool identity to the Local System identityWarning This workaround may make your computer or your network more vulnerable to attack by malicious users or by malicious software such as viruses. We do not recommend this workaround but are providing this information so that you can implement this workaround at your own discretion. Use this workaround at your own risk. You can change the application pool identity to the Local System
identity. Important You should only use this method if the following conditions are
true:
- The ASP.NET Web application must interact with the
desktop.
- You understand the security implications of changing the
application pool identity to the Local System identity. For more information about the Local System account and the Network Service account, see the "Applications as NT Services" section at the following Microsoft Developer Network (MSDN) Web site:
To do this, follow these steps:
- Click Start, click Run,
type cmd, and then click OK.
- At the command prompt, type control
admintools, and then press ENTER.
- Double-click Internet Information Services (IIS)
Manager.
- Expand the computer name, expand Application
Pools, right-click the name of the application pool that you want to
modify, and then click Properties.
- Click the Identity tab.
- Click Predefined, and then click
Local System.
- Click OK.
MORE INFORMATIONASP.NET does not try to compile a page after an error is encountered during the compilation process. The error is cached until the
process is recycled, or until the page or one of its dependencies is modified.
When the worker process is tied to the console windowstation (Winsta0), the
World Wide Web Publishing Service adds the security identifier (SID) for the
IIS_WPG group to the access control list (ACL) for the Winsta0 object. Then, the World Wide Web Publishing Service starts the
W3wp.exe process.
When a user logs on to or off a console session, the Winlogon process rebuilds the ACL for the Winsta0 object and removes the IIS_WPG SID from the ACL. Any child processes that are started by the worker process (W3wp.exe) may not start. These processes include the Csc.exe and Vbc.exe processes.
Modification Type: | Major | Last Reviewed: | 6/29/2006 |
---|
Keywords: | kbtshoot kbprb KB919085 kbAudDeveloper |
---|
|