با سلام،
من یک گزارش استمول دارم که با 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();