Refresh of user.config (should probably be in bug report forum?)

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
9/30/2009 6:13:32 AM
Gravatar
Total Posts 5

Refresh of user.config (should probably be in bug report forum?)

Hi,

just wanted to alert you about a minor annoyance. I use the MySQL version and store the connectionstring in the user.config file. I had typed the database name wrong when trying to run /Setup/Default.aspx to run the install scripts. I corrected the DB name, but it still returned the same error. Only after letting the session (or some other state) time out, it would refresh the user.config.

It would be nice if changes to the user.config (and web.config too perhaps) was monitored and refreshed automatically.

I'm running Win 2003 server SP2 with IIS 6.0

9/30/2009 6:34:24 AM
Gravatar
Total Posts 18439

Re: Refresh of user.config (should probably be in bug report forum?)

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

9/30/2009 7:09:23 AM
Gravatar
Total Posts 5

Re: Refresh of user.config (should probably be in bug report forum?)

My bad, now that you're saying it, I remembered seeing it in the docs.

You must sign in to post in the forums. This thread is closed to new posts.