Error message after you upgrade an ASP.NET-based application to ASP.NET 2.0: "Server unavailable" (911714)
The information in this article applies to:
- Microsoft Visual Studio .NET (2003), Academic Edition
- Microsoft Visual Studio .NET (2003), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2003), Professional Edition
- Microsoft Visual Studio 2005 Professional Edition
- Microsoft Visual Studio 2005 Standard Edition
SYMPTOMSConsider the following scenario. You upgrade a Microsoft ASP.NET-based application to ASP.NET
2.0. You then try to run the application. In this scenario, you may receive the following error message: Server Unavailable Additionally,
the following error message may be written to the Event Viewer application log:
Failed to execute request because the App-Domain could
not be created. Error: 0x80070005 Access is denied. For more information, see
Help and Support Center at
http://support.microsoft.com. CAUSEThis problem can occur when ASP.NET 2.0 is running under a
custom service account. The custom service account does not have access permissions to the Microsoft Internet Information Services (IIS) metabase
and other directories that are used by ASP.NET.RESOLUTIONTo resolve this problem, configure the custom
service account by using the Aspnet_regiis.exe utility. At a command prompt, run the Aspnet_regiis.exe utility by using the -ga switch:
Aspnet_regiis -ga procuserSTATUS This
behavior is by design.
Modification Type: | Major | Last Reviewed: | 9/22/2006 |
---|
Keywords: | kbtshoot kbprb KB911714 kbAudDeveloper kbAudITPRO |
---|
|