Home > IIS, SharePoint > What happens when web.config is updated ?

What happens when web.config is updated ?

I have had situations where I had to edit the web.config file on a live SharePoint environment. So, what happens if I go ahead and perform the config update ? Questions which ponder are,

  • Will this kick off IIS worker process to recycle ?
  • Will active users lose their session state ?
  • What’s the user experience when web.config is updated and user is finishing up modifying a SharePoint list item ?

Without any doubt, here are the actions -

  • The application pool will be reset and thus users lose their session state.
  • Because of this action, the next set of page requests will be slower (as cached resources are not there anymore)
  • This action is something similar to updating a document and reopening in desktop

Its always advised to backup the manually edited web.config and ofcourse other updated files too.

Advertisement
Categories: IIS, SharePoint
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.