Posted on: 3/2/2015 7:56:27 AM | Views : 1255

Hi,
I am using reportviewer in my asp.net application for print billing report. In Local when I am clicking print button its shows the report viewer.   When I upload my files to server and then while using print button for view a billing report the reportviewer page doesn't work. It shows a given error. Please can anyone help me to clear this problem
Error : System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.StrongNameIdentityPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
and my web.config file
<configuration> <connectionStrings> <!--<add name="conString" connectionString="Data Source=.;initial catalog=CROWNPLY_Billing ;Integrated Security=True;" />--> <add name="conString" connectionString="Data Source=103.21.58.192;Initial catalog=DBname;Persi ...

Go to the complete details ...