data-security

Cloud Computing and my company's data

I am looking into Cloud Computing for my company. The one question that I can't seem to get out of my head is; What happens to my data and the ability to use it if the Cloud computing company goes out of business? ...

How to turn on Content Protection programatically on a Blackberry Device

We don't have BES deployed to set the IT policy and turn on content protection on the device. So, it has to be done programatically. I can see that such permissions can be requested by using ApplicationPermissions and ApplicationPermissionsManager. But after such permissions are given by the user, how to actually change the setting. I k...

Flash Data to server

I have a flash application that sends HTTP Request to the server and get back data. Very standard way. So, when I send HTTP request in Flash, can I see the request header in the client side? e.g. using Fiddler, Firebug..etc. I tried Fiddler and Firebug, and it 'seems' like the request is hidden or not catch by the program. if I ca...

ASP.NET server data persistence

Hi, I'm not really sure exactly how the question should be phrased, so please be patient if I ask the wrong thing. I'm writing an ASP.NET application using VB as the code behind language. I have a data access class that connects to the DB to run the query (parameterized, of course), and another class to perform the validation tasks - I...