Clear Temp ASP.NET files from Azure Web Site

前端 未结 2 508
耶瑟儿~
耶瑟儿~ 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

    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

提交回复
热议问题