just notes…

«« haqy »»

Running IIS on 32 bit mode

leave a comment »

 

Error : The error indicates that IIS is in 64 bit mode, while this application is a 32 bit application and thus not compatible.

Here is the command prompt version

appcmd apppool set /apppool.name Site /enable32BitAppOnWin64:true

here is the script version

cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
aspnet_regiis
.exe -i

 

 

Restart IIS,

 

And Set Web service Extension

Advertisement

Written by haqy

January 26, 2012 at 11:43 am

Posted in DotNet

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.