How To Verify ASP.NET Is Installed and Enabled
This check is performed on the Web Server.
To check to see if ASP.NET 2.0 is installed and registered with IIS , do the following:
| • | For All Versions of Windows |
| 1. | Click Start and then click Run. |
| 2. | In the Open box, type Regedit and then click OK. |
| 3. | Look for the following key in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\2.0.50727.0\DllFullPath |
| 4. | If the registry key is present, then ASP.NET is installed and registered with IIS. |
| • | ASP.NET is a component of the .NET Framework 3.5. If ASP.NET is not installed, see the section on How to Install .NET Framework. |
To check to see if ASP.NET 2.0 is enabled in IIS, do the following:
| • | For All Versions of Windows |
| 1. | Click Start and then click Run. |
| 2. | In the Open box, type inetmgr and then click OK. This will open IIS. |
| 3. | Click on the + sign to expand the server to display the Application Pools, Web Sites and Web Service Extensions folders. |
| 4. | Select Web Service Extensions. |
| 5. | Verify that ASP.NET v2.0.50727 listed on the right has a status of Allowed. If not, right click on it and set it to Allow as shown below. |
