In ASP.net I am getting error Access to the path '~\Upload\1_myimage.png' is denied? -


i have uploaded website on server when try save image on uploaded folder called upload gives error

line 114: { line 115: string str = imagepath;
line 116: fustudentphoto.postedfile.saveas(server.mappath("~/upload/" +str)); line 117: image = str;

i gave permission rights upload folder still stuck here. me solve issue...

give full permissions user iis_iusrs 'upload' directory on server.


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -