Ask a Question related to ASP.NET Security, Design and Development.
-
LvBohemian #1
system.diagnostics Permissions
I have a C# service that utilizes system.diagnostics for looking at currently
running processes and other tasks, I can not seem to run this service as
anything short of administrator, obviously not the way to go...
I have tested this on 2000 Advanced Server & Windows Server 2003 servers,
and they work fine when log on as a batch job and service is granted, for all
functionality except that which uses system.diagnostics functionality.
Does anybody know what specific rights are required or a work around that
does not invove running the server & or service as a administrator?
thanks in advance.
LvBohemian Guest
-
Contribute permissions vs. network permissions
We are currently implementing Contribute in a website that is highly centralized, with approximately 50 department-level CT writers and 4 CT... -
public_html folder permissions preventing use of system()
OKay - I'm running a PHP script which needs to use the system() command for various operations (copy, mkdir, tar, rm etc). It's not working... -
System.Security.Permissions.FileIOPermission
Hello, This seems to be a common question, but all the posts I see do not have a clear answer. Here's an excerpt of my WebPart code:... -
System.Security.Permissions.SecurityPermission
I am getting the following exception while opening a workbook; theWorkbook = excelObj.Workbooks.Open(fileName, 0, true, 5, string.Empty,... -
<system.diagnostics> error on side-by-side installation...
Hi! I am having a problem that I do not have any clue on what to do. I have tries a few obvious things... <system.diagnostics> in the main... -
Nicole Calinoiu #2
Re: system.diagnostics Permissions
System.Diagnostics is a fairly large namespace. Exactly which functionality
(i.e.: which methods of which types) is causing this problem for you?
"LvBohemian" <LvBohemian@discussions.microsoft.com> wrote in message
news:9EEBAA8E-0331-4D12-A9E4-C654F130AEE9@microsoft.com...>I have a C# service that utilizes system.diagnostics for looking at
>currently
> running processes and other tasks, I can not seem to run this service as
> anything short of administrator, obviously not the way to go...
>
> I have tested this on 2000 Advanced Server & Windows Server 2003 servers,
> and they work fine when log on as a batch job and service is granted, for
> all
> functionality except that which uses system.diagnostics functionality.
>
> Does anybody know what specific rights are required or a work around that
> does not invove running the server & or service as a administrator?
>
> thanks in advance.
>
Nicole Calinoiu Guest



Reply With Quote

