Ask a Question related to ASP.NET Security, Design and Development.
-
JJJ #1
caspol execution with cmd file error
When i open a cmd window and i tape :
caspol -s off
-> OK
I write a file .cmd with "caspol -s off"
When i execute this file .cmd :
-> Error : System.Security.Permissions.SecurityPermission
Why, it's the same user ?
JJJ Guest
-
EventLogPermission via caspol.exe
I am getting an EventLogPermission exception when calling my assembly from an ASP.NET 2.0 app. I tried setting the assembly to FullTrust via... -
caspol & local intranet security
Hi We have built an aspnet application which uses a windows user control embedded in an object tag. The app is to be deployed on a large client... -
[PHP] Logging PHP Execution time to a file?
I use this function: function echo_pt($add='') { static $pt = 0; if($pt==0) { $pt = miro_time(); return; } $time_start = explode(' ', $pt);... -
Logging PHP Execution time to a file?
I use this: function getmicrotime() { list($usec, $sec) = explode(" ",microtime()); return ((float)$usec + (float)$sec*1000); } // Start... -
Error message in execution of a DTS Package
I have SQL Server 7.0 Client installed, and when I try to execute a local DTS Package, I get the error "Error occurred during creation of a DTS...



Reply With Quote

