Big Problem
-
Hi I have ZipUtility dll which is for making ZIP archive files.this is working fine in local machine.But if i referring this dll file in online(Hosting server) im getting the following Exception Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: System.Security.SecurityException: System.Security.Permissions.SecurityPermission Advise me Regards R.Palanivel
r_palanivel83 10:01 4 Jan '06
-
Hi I have ZipUtility dll which is for making ZIP archive files.this is working fine in local machine.But if i referring this dll file in online(Hosting server) im getting the following Exception Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: System.Security.SecurityException: System.Security.Permissions.SecurityPermission Advise me Regards R.Palanivel
r_palanivel83 10:01 4 Jan '06
If the zip utility is trying to save files to the web server then it needs to have the correct permissions. This may be something your provider can do for you but they may not do it. On your local machine you most probably have the permission set up to allow this write.
-
Hi I have ZipUtility dll which is for making ZIP archive files.this is working fine in local machine.But if i referring this dll file in online(Hosting server) im getting the following Exception Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: System.Security.SecurityException: System.Security.Permissions.SecurityPermission Advise me Regards R.Palanivel
r_palanivel83 10:01 4 Jan '06