Ask a Question related to ASP.NET Security, Design and Development.
-
William LaMartin #1
Mutex and permission settings
I posted this in other dotnet newsgroups with no response, so I will try it
here:
What needs to be changed to make this work? It is on a Windows 2003 shared
server.
This code:
Private Shared FileLockMutex As System.Threading.Mutex
Shared Sub New()
FileLockMutex = New System.Threading.Mutex(False,
"MyFileLockMutex")
End Sub
on an aspx page produces the following error message on one server I host
on.
Description: The application attempted to perform an operation not allowed
by the security policy. To grant this application the required permission
please contact your system administrator or change the application's trust
level in the configuration file.
Exception Details: System.Security.SecurityException: Request for the
permission of type System.Security.Permissions.SecurityPermission, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
William LaMartin Guest
-
1228 Failed to create process mutex.
I have FMS installed on a RHE 3 vps. The admin and edge servers runs fine. netstat shows ports 1111 and 1935 are listening. Problem is, in the... -
permission error on unlink, but who has permission if not PHP?
I wrote some code that let me upload a file to my server. Then I wrote some code to let me delete the file. But when I try to delete, I get this... -
Mutex and Ruby Documentation Online
I'm running into that mutex problem, where I need the same process to be able to gain the same mutex lock at several places, and it's locking itself... -
pthread mutex and data alignment
Environment: AIX 4.3.3 - RS6000 H80 - VAC 5.0.2.0 Has anyone had data alignment problems when using pthreads while compiling a program with the... -
Permission settings with 'S' or 's' in execute position
Hi, Also an helpfull link: http://docs.sun.com/db/doc/816-4883/6mb2joasa?a=view Good luck, Arie Maat



Reply With Quote

