نمایش نتایج 1 تا 4 از 4

نام تاپیک: ارور access denied در اجرای گزارش استیمول با استفاده از MVC

  1. #1
    کاربر دائمی
    تاریخ عضویت
    فروردین 1389
    محل زندگی
    زنجان
    سن
    35
    پست
    164

    ارور access denied در اجرای گزارش استیمول با استفاده از MVC

    با سلام،
    من یک گزارش استمول دارم که با MVC در IIS Express بدون هیچ اروری اجرا میشه ولی بعد از پیاده سازی در IIS به ارور زیر بر میخورم

    . Access to the path 'Stimulsoft' is denied
    System.UnauthorizedAccessException: Access to the path 'Stimulsoft' is denied


    :Code in Controller

    using (var report = new StiReport())
    {
    report.Load(Server.MapPath("~/Content/SalaryReport.mrt"));
    report.Compile();

  2. #2
    کاربر دائمی آواتار fakhravari
    تاریخ عضویت
    دی 1388
    محل زندگی
    بوشهر
    سن
    34
    پست
    8,027

    نقل قول: ارور access denied در اجرای گزارش استیمول با استفاده از MVC

    این دسترسی بده
    عکس های ضمیمه عکس های ضمیمه

  3. #3
    کاربر دائمی آواتار nassim0
    تاریخ عضویت
    اسفند 1386
    محل زندگی
    تهران
    پست
    199

    نقل قول: ارور access denied در اجرای گزارش استیمول با استفاده از MVC

    سلام من هم همین مشکل را دارم در IIS Express بدون هیچ اروری اجرا میشه ولی بعد از پیاده سازی در هاست خطای زیر رو میده . مکنه راهنمایی کنید :


    ccess to the path 'Stimulsoft' 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 'Stimulsoft' 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 and IIS 7, and the configured application pool identity on IIS 7.5) 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 access to a file, right-click the file in File 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.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

  4. #4
    کاربر دائمی آواتار fakhravari
    تاریخ عضویت
    دی 1388
    محل زندگی
    بوشهر
    سن
    34
    پست
    8,027

    نقل قول: ارور access denied در اجرای گزارش استیمول با استفاده از MVC

    به یک کارشناس شبکه مطرح کنید. باید دسترسی بدهد

تاپیک های مشابه

  1. سوال: خطای Access denied در استیمول
    نوشته شده توسط Amin69 در بخش ابزارهای گزارش سازی
    پاسخ: 1
    آخرین پست: پنج شنبه 04 بهمن 1397, 11:01 صبح
  2. مشکل Access is denied در شبکه کردن 7 و XP
    نوشته شده توسط HjSoft در بخش شبکه و Networking‌
    پاسخ: 17
    آخرین پست: یک شنبه 08 شهریور 1394, 08:33 صبح
  3. خطای access denied
    نوشته شده توسط sunboymn در بخش PHP
    پاسخ: 3
    آخرین پست: یک شنبه 11 آبان 1393, 18:48 عصر
  4. سوال: خطای access denied در استفاده از ریجستری در 7
    نوشته شده توسط hnosen در بخش C#‎‎
    پاسخ: 1
    آخرین پست: دوشنبه 24 آبان 1389, 15:21 عصر
  5. ارور Access Denied در ايجاد فولدر
    نوشته شده توسط yekta64 در بخش ASP.NET Web Forms
    پاسخ: 4
    آخرین پست: سه شنبه 04 اسفند 1388, 13:00 عصر

قوانین ایجاد تاپیک در تالار

  • شما نمی توانید تاپیک جدید ایجاد کنید
  • شما نمی توانید به تاپیک ها پاسخ دهید
  • شما نمی توانید ضمیمه ارسال کنید
  • شما نمی توانید پاسخ هایتان را ویرایش کنید
  •