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
Post a Comment