We found too late an issue with the Help guidance for the ASP Status Check.
There is an unnecessary space in the following advice for:
ASPX file failed to run at URL: "http://localhost/TestASP/TestASPNet.aspx". The test ASPX did not run properly. Re-register the ASP.Net filters. At the command line, enter:c:\windows\microsoft.net\framework\v4.0.30319\aspnet_regiis -i -enable.
On a 64-bit operating system, enter:
c:\windows\microsoft.net\framework64\ v4.0.30319\aspnet_regiis -i -enable
Note Make sure 32-bit mode is not enabled on 64-bit OS.
On Windows XP x64 or Windows Server 2003 x64, type the following command to disable the 32-bit mode:
cscript
%SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET
W3SVC/AppPools/Enable32bitAppOnWin64 0
On Windows vista x64, Windows Server 2008 x64, or Windows 7 x64, right-click on the DefaultAppPool and select Advanced Settings. Make sure that the Enable 32-bit Applications is set to False.
Also, check to make sure that the default web site is using version 4.0 of ASP.Net by performing these steps:.......................................................
It should read
On a 64-bit operating system, enter:
c:\windows\microsoft.net\framework64\v4.0.30319\aspnet_regiis -i -enable
Note Make sure 32-bit mode is not enabled on 64-bit OS.