Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Verifying the Microsoft ASP.NET version installed in the Lab Manager server
Symptoms
- When connecting to the Lab Manager administration page, these errors may appear:
- Server Error in '/LabManager' Application.
- Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. - Parser Error Message: Unrecognized attribute 'type'.
- The version contained in the error is not a 2.0 version number. For example:
Version Information: Microsoft .NET Framework Version:1.1.4322.2379; ASP.NET Version:1.1.4322.2379
Purpose
This article provides steps to check the Microsoft ASP.NET component version and registration status.
Resolution
This error message may appear if Lab Manager is not using the correct version of Microsoft ASP.NET.
- Verify that the Lab Manager server has ASP.NET version 2.0.50727 installed.
- Click Start > Control Panel > Administrative Tools > Internet Information Services (IIS) Manager.
- On the left pane, expand the entry for Local Computer and click Web Service Extensions.
- Check that there is an item called
ASP.NET v2.0.50727and that its status readsAllowed. If the status readsProhibited, right-click the item and click Allow.
- Verify the ASP.NET version registered with Lab Manager.
- Click Start > Control Panel > Administrative Tools > Internet Information Services (IIS) Manager.
- Click Web Sites > Default Web Site > LabManager.
- Right-click Lab Manager > Properties.
- In the Virtual Directory tab, click Configuration.
- For each of the following extensions:
.asax,.ascx,.asmx, and.aspx, verify that the executable path version lists version 2.0.50727. - If the version listed is incorrect but the correct version of ASP .NET has been installed, use the iisreset command to update the version listed.
- Open a command prompt. For more information, see Opening a command or shell prompt (1003892).
- Run the
iisresetcommand.
For more information, see: Restarting IIS (IIS 6.0) http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/003ed2fe-6339-4919-b577-6aa965994a9b.mspx?mfr=true
Additional Information
Tags
See Also
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
- KB Article:
- Updated:
- Categories:
- Product Family:
- Products:
- Product Versions:

