I am making a custom menu and the biggest problem I have is to update it. I dont have access to test if on localhost so I have to test it online on the server.
But when I update the js and html the menu dont reload this. I have tried to reset the version number in clientdependency using api - it worked in the beginning but then it stopped working.
Are there a secret hack to make Umbraco reload the html/js when requested for it?
do you have debug on or off? Makes a great difference :)
Check for the compilation tag in your web.config and ensure debug is set to true. Keep in mind if the site goes in production mode you should set it to false ofcourse :)
Update problems with custom menu
I am making a custom menu and the biggest problem I have is to update it. I dont have access to test if on localhost so I have to test it online on the server.
But when I update the js and html the menu dont reload this. I have tried to reset the version number in clientdependency using api - it worked in the beginning but then it stopped working.
Are there a secret hack to make Umbraco reload the html/js when requested for it?
do you have debug on or off? Makes a great difference :)
Check for the compilation tag in your web.config and ensure debug is set to true. Keep in mind if the site goes in production mode you should set it to false ofcourse :)
I have tried that and its not the solution.
No matter how much I update the HTML it will not show in Umbraco. I have tried to stop and start IIS, recycle pool - its still the same
is working on a reply...