Whenevr you install a new win2003 x64 server and enable the IIS then you might need to enable the ASP.NET still after install .NET 35
do this by running this command:
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -iru -enable
In order to avoid the system check to fail "Microsoft SQL Server Management Objects Collection patch is not installed" run these 3 programs:
http://download.microsoft.com/download/3/1/6/316FADB2-E703-4351-8E9C-E0B36D9D697E/sqlncli_x64.msi
http://download.microsoft.com/download/3/1/6/316FADB2-E703-4351-8E9C-E0B36D9D697E/SQLServer2005_XMO_x64.msi
http://download.microsoft.com/download/3/1/6/316FADB2-E703-4351-8E9C-E0B36D9D697E/SQLServer2005_ADOMD_x64.msi
Then download the install file from the NS and run it...it will take some time to install.
No comments:
Post a Comment