User992700523 posted
Asalam Alaikum(Greetings)!
I deploy my project on website and in report file i put these things:
ReportViewer1.LocalReport.SetBasePermissionsForSandboxAppDomain(AppDomain.CurrentDomain.PermissionSet.Copy());
and in web.config file i put:
<configuration>
<location path="application1" allowOverride="false">
<system.web>
<trust level="Full" />
</system.web>
</location>
</configuration>
But i am still receiving error. How can i resolve this issue.
Thank you,
Regards,
Muhammad Naveed Haroon