securityexception
EasyMock to test SecurityException
I am trying to use easyMock to write a test, that tests Securit开发者_JAVA技巧yException in the following code.[详细]
2023-04-08 20:26 分类:问答SSRS: Cannot figure out permission set for enumerating files in directory
I have a problem figuring out the permission set to get Directory.GetFiles() to work in an assembly used by SQL Server reporting services.[详细]
2023-03-29 05:23 分类:问答Security Exception: Request failed
This page presents a security problem. Not yet identified the cause of the error. This page was listing all the files in a folder, it worked perfectly. Now she is listing these same files, but using[详细]
2023-03-19 15:31 分类:问答Quick question TCP/IP .Net Remoting
I have a client application where i collect data and store it in a class Packet structure. Can I send the object of this class to my Server application?..Both application run on different machines con[详细]
2023-03-13 10:58 分类:问答Security exception with Nhibernate on shared hosting
I have a website which uses nhibernate, it is hosted on a shared web host. I already disabled lazy loading trough \"NHibernate.Cfg.Environment.UseReflectionOptimizer = false;\" because reflection isn[详细]
2023-03-09 12:26 分类:问答FileIOPermission SecurityException when running Xunit in TFS
I\'m attempting to integrate Xunit tests into our TFS build. I have placed xunit.runner.msbuild.dll and xunit.runner.utility.dll in a folder \"C:\\Program Files\\MSBuild\\Xunit\". I have a task in th[详细]
2023-03-07 00:52 分类:问答.NET DLR and SecurityException's
What are the mandatory PermissionSet items that the DLR requires in order to function correctly? We\'ve enabled the DLR in our sandboxed scripting environment. But some code like the following...[详细]
2023-02-25 09:14 分类:问答SecurityException 1000, even though using same domain
I\'m facing a troublesome Javascript/Firefox problem. Relevant code is listed below. What happens basically is the following:[详细]
2023-02-25 09:07 分类:问答In what scenarios exactly will a SecurityException be thrown in .NET?
The short answer has been given already. I\'m looking for the long answer. Subquestions: Will a full trust application ever throw a SecurityException? If yes, in what circumstances?[详细]
2023-02-23 00:59 分类:问答GWT: XSRF: Sporadic missing X-GWT-Permutation header
My application receives occasional XSRF Attack errors raised by GWT when RemoteServiceServlet.checkPermutationStrongName() fails to find a X-GWT-Permutation HTTP Header in the HttpServletRequest. When[详细]
2023-02-19 11:03 分类:问答