Browse by Tags
All Tags »
Security (
RSS)
Yet again a VST did not load in my Ableton Live DAW. This time it is the Amplitube 2 VST by IK Multimedia. It did work if I launched Ableton with administrator priviledge but we al know that we shouldn't do that if it is not necessary and running...
Rockford Lhotka has writen about permission-based authorization versus role-based authorization . He describes how he is abusing the principal IsInRole(..) method. This is definitely wrong and should never be implemented that way! Besides that it could...
Anyone will get this message sooner or later so the normal steps I usually do are: Check if I have read/execute permissions on the file Check if it is blocked because it is an internet download and then unblock it Check if I'm the owner Well today...
When you want to create a new application pool you probably want to do this to create an application pool with least privileges for the application that you are going to run with it. This article describes how to create a user account for use in an IIS...
Till now I normally used the cacls command on the commandline for modifying ntfs file permissions. I always used the /E /T /G switches but soon found out that this does a recursive change on all folders/files and doesn't use the inheritance flag....
Using signtool to sign your applications to prevent tampering and allow mass distribution over the web. Use free certificate authorities like CAcert for signing....
I had a weird problem today with a computer in our development domain. We currently use encryption and signing for webservice calls with WSE2. We use a WSE policy to achieve this but today a collegue of mine got an error when he tried to run the code...