Azure – Clear Temp ASP.NET files from Azure Web Site

asp.netazurefiletemp

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 didn't help

One of the normal steps is to clear out \Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files but since this is a Azure Web Site, I only have access via FTP and I don't have access to that directory.

How do I go about clearing the Temp Files.

Best Answer

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.