Hi,
Its in the documentation about Web.config/user.config.
ASP.NET automatically monitors Web.config but not user.config so if you make any change in user.config you need to touch the Web.config (ie type a space in it and save it) to make it reload config settings so it will pick up your changes in user.config.
Hope it helps,
Joe