ASP.net Getting the error “Access to the path is denied.” while trying to upload files to my Windows Server 2008 R2 Web server

前端 未结 9 916
失恋的感觉
失恋的感觉 2020-11-28 04:51

I have an asp.net webapplication that uploads files to a specific folder on the Web server. locally everything works fine, but when I deploy the application to the Webserver

9条回答
  •  攒了一身酷
    2020-11-28 05:35

    I faced this problem once and in my case the soln is to close any process in the task manager that uses/accesses that file.

提交回复
热议问题