Try our conversational search powered by Generative AI!

EPiServer 4 and windows 2008/IIS7

Vote:
 

Hello

I was reading the page, but I couldn't find anything about windows 2008 or iis7. Is EpiServer 4 supported to run on this kind of setup? Will it work as supposed?

#31722
Aug 10, 2009 12:25
Vote:
 

I don't know what the official position is, but it works fine as far as I can tell. Add an application pool that uses classic mode ("like IIS <= version 6"), and set its bitness to 32-bit:

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

(You can do it from the IIS7 manager as well with the app pool's advanced settings.)

This last step is to make sure IIS uses a 32-bit worker process, so you don't run into P/Invoke-issues or any other similar problems. Your web site will still get a full 4 GB memory space on x64 (I assume everyone uses x64 today), which usually is more than enough (it's twice the size that you get on x86).

You can then simply create a new website that uses this application pool, and everything should run smoothly.

I hope it helps!

#31723
Aug 10, 2009 14:15
Vote:
 

Hi,

As far as I know, runing EPiServer 4 on windows 2008 with IIS7 is not officially supported.

#31724
Aug 10, 2009 14:42
Vote:
 
Will it ever be supported officiallly?
#31725
Aug 10, 2009 14:44
Vote:
 

No, you will have to upgrade to a version that supports 2008/IIS7.

You can find the supported plattforms in the Systems Requirement for EPiServer 4.62

http://world.episerver.com/en/Documentation/Items/System-Requirements/EPiServer-CMS/System-Requirements---EPiServer-CMS-462/

#31752
Aug 11, 2009 11:51
This thread is locked and should be used for reference only.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.