MOSS Installation Error… ASP.NET should be in allowed list of IIS
Hello All,
I was installing MOSS yesterday, and was getting an error stating "ASP.NET should be in allowed list of IIS", although It was in the allowed list of IIS but the error was there…. After many re-attempts to install I found that the I need to have the 64 bit DLL for ASP.NET, and it worked for me… here’s is the solution
Goto Command Prompt:
1) Run c:WindowsMicrosoft.NETframeworkv2.0.50727aspnet_regiis -u <– uninstalls the 32 bit edition of asp.net 2.0
2) Go to c:inetpubAdminScripts and type "adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 0" from the cmd prompt <–this disables 32 bit mode in IIS
3) Run c:windowsframeworkv2.0.50727aspnet_regiis -i
4) Reset IIS
5) Install MOSS.
- Posted in: SharePoint
Recent Comments