简体   繁体   中英

Unable to upload files through File Upload control

i am trying to upload files through the ASP.NET File Upload control. Every thing is working fine, except for the fact that when i try to upload the file on the server i am getting an error: (probably some authorization exception).

do i need to give some rights to the upload up there on the server. If so then for which account and do i need to restart the server after giving rights??

Please help...

thank you

Add Network Service (in security) and give all full control for the folder to which you are uploading the file. if still it doesn't work then add Everyone and give full control.

尝试将文件夹的修改权限添加到网络和网络服务用户

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM