Tuesday, 20 August 2013

32 Bit App Pool on Server 2012 with Exchange

32 Bit App Pool on Server 2012 with Exchange

Ok so I have been keeping up with decompressing application pools and
adding Pre Conditions to the applicationhost.config file. I am now stumped
on server 2012.
Symptom: Application Pool keeps crashing, even log error kicks off 4
listener channel errors and then kills the the app pool.
Previous Fix for older version servers: Backup IIS. I add Pre Condtions to
exppw and (and in this case)cafe_exppw. Additionally I add it to Kerbauth
(In some cases the Pre Condtion was not needed.) Save. ResetIIS. I then
run Anilr's script (ref:http://forums.iis.net/t/1149768.aspx) below which
does not work. I am no programmer so I am not sure where to find an update
version (if there is one) for 2012
%windir%\system32\inetsrv\appcmd.exe set config
-section:system.webServer/httpCompression
/+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']
Thanks,
Jack

No comments:

Post a Comment