Patrick.O.Ige

Knowledge Creation is Essential to Business, and Communication is Essential to Knowledge Creation

  Home  |   Contact  |   Syndication    |   Login
  97 Posts | 5 Stories | 350 Comments | 0 Trackbacks

News

SharePoint SharePoint SharePoint

Article Categories

Archives

Post Categories

ADO.NET

Ajax

API/WebServices

ASP.NET Resources

BizTalk Server

Blogs I read

Free Books

How to

JQuery

LINQ

Misc

Mobile BI

Reporting Services

SEO

Sharepoint Resources/Tools

SharePoint 2010 Branding

SharePoint 2010 Videos

SilverLight

SQL Server

Sql Server 2012

SSIS

Web Performace Tools

Windows Phone

WorkFlows

WSS V3

xml

I was trying to install a new WSS v3 Sharepoint on a 64 bit Windows 2003 server today but the installation was giving some error saying i would need to allow ASP.NET 2.0 in the web server extension in IIS. 
Looking at the IIS there was a ASP.NET 2.0 32 bit allowed but not for a 64 bit.

I tried registering the aspnet_regiis but no luck by doing so:

For the 32 bit verison

%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

For the 64bit version

%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i

I get the error "The error indicates that IIS is in 32 bit mode, while this application is a 64 b it application and thus not compatible."

The difference is the \Framework64 folders

So my next guess was to find a way to disable the 32 bit and then allow the 64 bit version.

And luckily enough i found this link
   MS to the rescue

So just ran : cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0

and the registered the


%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i

and that was it

 

posted on Sunday, January 16, 2011 6:37 PM

Feedback

# re: The error indicates that IIS is in 32 bit mode, while this application is a 64 b it application and thus not compatible. 3/17/2011 3:56 AM CJ
Thanks, that worked a treat, apprecaited :)

# re: The error indicates that IIS is in 32 bit mode, while this application is a 64 b it application and thus not compatible. 8/11/2011 1:57 AM Antony
It is right solution and worked marvelously.keep it up.


# re: The error indicates that IIS is in 32 bit mode, while this application is a 64 b it application and thus not compatible. 5/17/2012 5:24 PM David
Thanks, that worked like a treat, appreciated :)

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification: