problem in uploading

  • Thread starter Thread starter fa_2064
  • Start date Start date
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);
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top