Why can’t the updated content of html, js, and css in the App_Plugins folder be displayed immediately? It seems that there is a cache, and it takes a long time to show the latest modifications. Is there a cached temporary file generated somewhere?
I launched the program using Visual Studio IIS Express. Even after I restarted Visual Studio and IIS, Windows still couldn’t display the latest modifications.
It could be browser cache. Make sure you have the development toolbar of your browser open and the ‘disable cache’ option enabled. In debug mode, html, js and css files are not bundled, so there is no reason why they shouldn’t just update.