Good afternoon,
I need to get this back up and running ASAP. Kaseya had me run a fix attempt for an issue i was having in another area of the VSA.
It included copying new versions of some dll files to the Kaseya\Webpages\Bin folder, and then refreshing .net
1. Stop IIS (note, of course this will interupt the VSA interface.)
2. Go to the directory c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP .NET Files. (Change C:\ to what ever drive Windows is installed on.)
3. Delete all files and sub-directories.
4. Start IIS (IIS will then recompile the temp files and re-create the files just deleted.)
Now, when I attempt to check out a backup in the Backup Exec tab in the VSA, I see this. I've attempted to repair, uninstall and reinstall, but nothing has changed.
Server Error in '/BackupExec/ASPx' Application.
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: Request for the permission of type 'System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
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. |
Stack Trace:
[SecurityException: Request for the permission of type 'System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.] System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) +0 System.Security.CodeAccessPermission.Demand() +61 Microsoft.Win32.RegistryKey.CheckSubKeyReadPermission(String subkeyName) +95 Microsoft.Win32.RegistryKey.CheckOpenSubKeyPermission(String subkeyName, Boolean subKeyWritable) +27 Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) +52 Microsoft.Win32.RegistryKey.OpenSubKey(String name) +6 Kaseya.Utility.ConnectionString.ExecutableConnectionInfoBuilder..ctor() +83 Kaseya.Utility.ConnectionString.ConnectionFactory.get_ConnectionString() +124 Kaseya.DataAccess.ADO.ADOGateway.CreateConnection() +62 |
Version Information: Microsoft .NET Framework Version:2.0.50727.5466; ASP.NET Version:2.0.50727.5456