F
fa_2064
hi every body
when i run upload code i receive this error! my "wwwroot" folder is
shared, but i don't know what it's reason is!!!
-----------------------------------error
{"Access to the path
\"D:\\Inetpub\\wwwroot\\iranian\\images\\user_imgs\\Untitled-1.jpg\" is
denied." }
-----------------------------------my code
objfile= new System.IO.FileInfo(filename.Value);
if (filename.PostedFile != null)
{
filename.PostedFile.SaveAs(sPath);
}
when i run upload code i receive this error! my "wwwroot" folder is
shared, but i don't know what it's reason is!!!
-----------------------------------error
{"Access to the path
\"D:\\Inetpub\\wwwroot\\iranian\\images\\user_imgs\\Untitled-1.jpg\" is
denied." }
-----------------------------------my code
objfile= new System.IO.FileInfo(filename.Value);
if (filename.PostedFile != null)
{
filename.PostedFile.SaveAs(sPath);
}