have to recycle the pool to add a new page

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/11/2009 7:05:51 PM
Gravatar
Total Posts 125

have to recycle the pool to add a new page

windows 7 IIS7.0, latest mojo.
Every time I delete or add a new page, I have to recycle the application pool to make it effect? It just happens recently. Don't why?

I already disable the css cache etc. in the web.config.

9/12/2009 12:32:12 PM
Gravatar
Total Posts 18439

Re: have to recycle the pool to add a new page

This means your folder permissions are not correct so it can't modify the cache dependency files to clear the cache. You need to make sure the /Data folder and all child folders and files are writable by the web process, typically NETWORK SERVICE user in IIS 7.

Whenever pages are added or deleted it tries to touch a file that will clear the cache but if it does not have permissions then the cache does not get cleared. Recycling the app pool is just another way to force clearing of the cache.

Hope it helps,

Joe

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