« Previous Next »

Thread: Is an AppPool recycle required ?

Last post 09-04-2008 8:55 AM by Paul Lynch. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 09-04-2008, 5:01 AM

    Is an AppPool recycle required ?

    Is an AppPool recycle required when a web.config file is modified while the ASP.NET application is running for the changes to take effect?

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 09-04-2008, 8:55 AM In reply to

    Re: Is an AppPool recycle required ?

    Hi,

    No. Any change to the web.config file will cause the Application Domain to be recycled automatically.

    This isn't the same thing as an application pool recycle in IIS. An application pool can host multiple application domains and you wouldn't necessarily want every application domain in a shared application pool to be recycled because of a change made to just one application.

    Regards,

    Paul Lynch | www.iisadmin.co.uk
Page 1 of 1 (2 items)
Microsoft Communities