Dynamilcally creates pages and cache

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/11/2015 8:34:39 AM
Gravatar
Total Posts 30

Dynamilcally creates pages and cache

I am creating my pages through a code. I am facing a problem with caching. The menu is cached and Its hard to see the dynamically added pages. I have seen a post before mentioning that I have to delete a file in Data/Sites/SiteNumber/systemfiles, but unfortunately I cannot find this file. I am running the code through the visual studio. Please advise.

2/11/2015 8:39:26 AM
Gravatar
Total Posts 18439

Re: Dynamilcally creates pages and cache

if you look at the code for PageSettings.aspx.cs you would see what we do after a page is created or deleted or view permissions are changed:

CacheHelper.ResetSiteMapCache();

2/11/2015 8:50:44 AM
Gravatar
Total Posts 30

Re: Dynamilcally creates pages and cache

oh thanks a lot for your non-stop support.

 

Best.

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