Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
3k views

NetFx40_LegacySecurityPolicy in design-time mode

Is there any way to make legacy design-time code execute with NetFx40_LegacySecurityPolicy switched on? More specificaly, is there any way to make DevExpress 8.2 winforms designer work in ...
3
votes
2answers
218 views

Pattern to substitute for MERGE INTO Oracle syntax when not allowed

I have an application that uses the Oracle MERGE INTO... DML statement to update table A to correspond with some of the changes in another table B (table A is a summary of selected parts of table B ...
2
votes
0answers
301 views

Creating a hosted CLR AppDomain with full trust permissions including network rights

I need to host the .NET runtime in an unmanaged process. I have code that works to load the runtime via COM and I can load assemblies into the AppDomain and execute code just fine. However, I run ...
1
vote
1answer
83 views

Error while calling a method in cluster.js is : Security policy is you must post to get JSON

We are getting this error "Security policy is you must post to get JSON" with a javascript cluster.js 's some function being called to get JSON results can anyone give some hint as to what this error ...
1
vote
5answers
119 views

Working around development constraints in customer policy

As described before, I work in IT consultancy and move through various customer environments. It is natural to encounter a variety of security policies, and in most environments we have had to go ...
0
votes
0answers
82 views

Security Policy not working between flash and c# socket

My Steps: 1) Set Publishing to 'Access network only' in adobe flash CS5.5 2) Created file 'crossdomain.xml': <?xml version="1.0"?><cross-domain-policy><site-control ...
0
votes
0answers
79 views

Writing a JAX-WS standlone client from a WSDL deployed on WebLogic with OWSM policy attached

I've been at this for more than a week now, but haven't been able to get a resolution yet. I have a web service deployed on WLS 10.3.4 with a OWSM policy attached to it (Username or SAML with message ...
0
votes
1answer
33 views

Web application account confirmation security flow

I have a question about security flow of confirmation link. I have a website on which you have to fill your email address and password after filing these information my app sends an email with a ...
0
votes
2answers
94 views

What are the correct security policy value settings to allow both RMI and JPA/Hibernate to work at the same time

I'm working on an application that requires the use of both JPA/Hibernate and RMI. Since RMI requires the use of a Security Policy to make sure that access to the network is correctly assigned I also ...
0
votes
0answers
299 views

Generating WSDL for custom rampart policy token

I have created a new Security Policy token for Rampart say of type SignedSupportingToken. It successfully generates a request with custom tag in the policy.xml <sp:SignedSupportingTokens ...
0
votes
2answers
69 views

getting error in asp.net after uploading

Kindly check the link I've uploaded the website and after uploading when I run the application it starts giving me this error: Description: The application attempted to perform an operation not ...
0
votes
2answers
86 views

Is there a “Lockdown” profile in iOS?

I've been trying to discover if it's possible to create a profile for an iOS device that will prevent the user from installing apps. So far I've not been able to find anything. Does anyone know if ...
0
votes
2answers
159 views

Specifying remote codeBase for Java security policy

I have a client-side security policy, with a statement that grants permissions. I want to be able to specify it to grant the set of permissions for an RMI server only. For example this works: grant{ ...
0
votes
1answer
354 views

Having Trouble Getting RMI Security Policy Working

I'm having trouble getting RMI security policies working. I have a .policy file on both the server and client, each of which is running a SecurityManager. When I try and run the client its failing. ...
0
votes
2answers
724 views

Clipboard Copy-Paste doesn't work on Win Server 2008/Vista 64bit

I am trying to use Clipboard API (in Delphi) to extract images from Word documents. my code works OK in Windows XP/2003 but in windows 2008 64 bit it doesn't work. in win 2008 i get an error saying ...