Jump to content

Deploying on IIS


lema

Recommended Posts

Hi.

I followed the wizard on:

http://www.unigui.com/doc/online_help/index.html?iis_7_0.htm

 

When I tried to change the 'Regular Time Interval' to 0 (Application Pool's Advanced settings dialog),

I got the following message:

 

The 'Idle Time-out (minutes)' property of the

application pool's process model must be

less than the 'Regular Time Interval (minutes)'

property of the application pool's period restart.

 

By default the property values are:

'Idle Time-out (minutes)' = 5

'Regular Time Interval (minutes)' = 1740

 

I am deploying an Isapi dll on IIS 7.5 / Windows Server 2008 R2.

My application is working ,

but I wonder what is the best way to create the Application Pool..

 

TIA,

Lefteris.

 

 

 

----EDIT----

This is bug in the IIS configuration utility.

I changed the value with the following:

 

c:\Windows\SysWOW64\inetsrv\appcmd.exe set config -section:system.applicationHost/applicationPools /[name=myPool].recycling.periodicRestart.time:"00:00:00" /commit:apphost

post-281-0-10147300-1328917933_thumb.jpg

Edited by lema
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...