Mar 5, 2008

ASP.NET 2.0 IIS Registration (64 Bit)

Console commands:

cd C:\Windows\Microsoft.NET\Framework64\v2.0.50727

aspnet_regiis -ua

cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 0

aspnet_regiis -i

iisreset

IIS settings:

Allow ASP.NET v2.0.50727 web service extension.

More information:

http://msdn2.microsoft.com/en-us/library/k6h9cz8h.aspx

0 comments: