开发者

Access for the path C:\ is denied

开发者 https://www.devze.com 2023-01-11 07:17 出处:网络
if i save my webpage as html it is giving me the error: Acce开发者_Go百科ss for the path C:\\ is denied -ftp.

if i save my webpage as html it is giving me the error:

Acce开发者_Go百科ss for the path C:\ is denied -ftp.

in http locally it is working. it is storing in the desktop. but after publishing in ftp server it is showing this error

how to resolve this errror


on Windows 7? you can turn off UAC.


Below, I assume that the web application is not allowed to save data to the hard drive.

Make sure that the process running the worker process for IIS has write permission for that folder. However, it is unusual to save files in C:\, and usually a web application should use a database server to store new data. If you deploy your web site to a hosting server, you might not be allowed to save data on the hdd of the server.

0

精彩评论

暂无评论...
验证码 换一张
取 消