Do I need to recycle web server after modifying hgrc?

Posted by slolife on Server Fault See other posts from Server Fault or by slolife
Published on 2012-03-22T15:54:59Z Indexed on 2012/03/22 17:33 UTC
Read the original article Hit count: 219

Filed under:
|
|

I have setup a Mercurial website in IIS7 using this tutorial:

http://mercurial.selenic.com/wiki/HgWebInIisOnWindows

I am slowly figuring out all of the options that I can tweak for the served repositories. But I'd like to know if and when I need to recycle the website process in order to pick up changes made to any of the repositories' hgrc files? Does the website pick up the changes on the next request or do I need to always recycle?

Additionally, do I need to "restart" the website or run iisreset?

© Server Fault or respective owner

Related posts about iis7

Related posts about mercurial