Clear Temp ASP.NET files from Azure Web Site

前端 未结 2 499
耶瑟儿~
耶瑟儿~ 2021-01-01 22:29

I have a issue with a ASP.NET nopCommerece Plugin that seems to be cached on the server.

I have cleared the nopCommerce cache and restated the application but it did

相关标签:
2条回答
  • 2021-01-01 23:10

    when you publish the website on to azure, by right clicking and choosing publish, there should be a option under setting saying: Remove additional files at destination. Check it and publish.

    0 讨论(0)
  • 2021-01-01 23:10

    I managed to do this by creating a temporary file in the bin folder of my website.

    This casuses the temporary hash file to change in the temp folder and then ASP.Net rebuilds everything.

    See here for more details about the hash file and its relation to rebuilding.

    Remove Additional files didn't fix my problem as it only removes files in webroot not the temporary asp.net files. As far as I can see with Azure you have no access directly to the temporary asp.net files

    0 讨论(0)
提交回复
热议问题