I have uploaded a site on azure using shared service plan.Whenever i try to download any excel file i get below error.
The process cannot access the file 'D:\home\site\wwwroot' because it is being used by another process.
I have used below download code to get fileLocation: HostingEnvironment.MapPath(@"~/Files/" + FileName)
It is working fine on my local environment. Issue only arises if i do the download from the hosted site.