PDA

View Full Version : آپلود کردن تصویر در روی هاست



eshaghi
پنج شنبه 16 فروردین 1386, 13:39 عصر
با عرض سلام :
من یک سایت روی هاست آپلود کردهام و به بانک وصل است وعمل add,delete,update را انجام می دهد در یکی از فرمها امکان آپلود کردن عکس قرارداده ام آدرس عکس در فیلد بانک ذخیر می شود اما فایل عکس در هاست قرار نمی کیرد وخطای زیر رامی دهد


Access to the path "D:\Vhosts\esf.ir\httpdocs\img\ب.jpg" is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the path "D:\Vhosts\esfissf.ir\httpdocs\img\امام9.jpg" is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

در ضمن کد آپلود را را در زیر قرار دادم


slash = InStrRev(op.PostedFile.FileName, "\")
filename = Right(op.PostedFile.FileName, Len(op.PostedFile.FileName) - slash)
fn = Path.GetFileName(op.PostedFile.FileName)
fn = "img/" + fn
op.PostedFile.SaveAs(Server.MapPath(fn))

Behrouz_Rad
پنج شنبه 16 فروردین 1386, 14:07 عصر
اگر کمی به خطا دقت میکردی، میدیدی که گفته شده:



To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

raravaice
دوشنبه 03 اردیبهشت 1386, 10:43 صبح
باید با پشتیبانی هاستت تماس بگیری و بگی پرمیشن نوشتن فایل برای دات نت رو فعال کنن مشکل از برنامت نیست موفق باشی

Mavix19
یک شنبه 09 دی 1386, 19:32 عصر
با سلام
حدود 30 ساعت این مشکل رو داشتم ولی هیچ تاپیکی کمکم نکرد :اشتباه: تا اینکه از یه سایت خارجی مشکلم رو اینجوری حل کردم :


string vFileName;
vFileName = File1.PostedFile.FileName;
vFileName = System.IO.Path.GetFileName(File1.PostedFile.FileNa me);
File1.PostedFile.SaveAs(Server.MapPath("Images\\") + vFileName);

امیدوارم مفید واقع بشه. :قلب:

iluo66
دوشنبه 17 آبان 1389, 12:27 عصر
با عرض سلام خدمت اساتید محترم
منم مشکل دوستان را دارم ولی با پشتیبانی هاست که تماس می گیریم می گه مشکل از کد هستش و اصلا منظورتون چیه. من سایت و بر روی iis اجرا می کنم و جواب می دهد brows کردن عکس ولی وقتی روی هاست هستش خطایی همانند دوستان را می دهد.اگر ممکن هستش کمک کنید.