Mar 18, 2009

SQL not acknowleding 64-bit ASP.net

Are you getting this warning message from SQL?

"32-bit ASP.Net is Registered. Required 64-bit ASP.Net to install Microsoft Reporting Services 2005(64-bit)."

Click Start -> Run
type "cmd" and hit enter

in the command window type the following 4 commands:
1)
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
2)
%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
3)
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0
4)
%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i

After these commands are complete open IIS Manager
Select "Web Service Extentions"
Then allow both ASP.Net v2.0.50727 extentions


commands obtained from: here

No comments: