Production Install - Web.config Cached

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.
7/16/2009 6:36:11 AM
Gravatar
Total Posts 22

Production Install - Web.config Cached

Deployed my site to production and everytime I make a change such as creating a page, I have to make a change to the web.config for any newly created pages to appear.

 

thanks

7/16/2009 7:01:58 AM
Gravatar
Total Posts 18439

Re: Production Install - Web.config Cached

Most likely this indicates a file permission problem on your installation.

The /Data folder must be writable by the web process. We create cache dependency files that are used to clear the cache but if it can't write to those files then the only way the cache gets cleared is by touching the Web.config.

If you moved the installation from one machine to another you may have some funky permissions on existing cache dependency files. In that case try deleting them and they should be re-created automatically if file permission on the folder are correct. The files you want to delete are all files in the folder /Data/Sites/[SiteID]/systemfiles where SiteID will typically be 1 in a single site installation.

Hope it helps,

Joe

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