Ask a Question related to ASP.NET Security, Design and Development.
-
Tony Tortora #1
serviceController running on IIS.
Hello
I am trying to access the Print Spooler service on a domain from an ASPX web
page using C#. I have created a serviceController component on my form. I
have also created a serviceControllerPermission component with unrestricted
permission.....I know I am not doing this correct, because it's not working.
MSCP = new ServiceControllerPermission(Permission.Unrestricte d);
serviceController1.MachineName = "MyComputerName"
serviceController1.ServiceName = "Spooler";
When I inspect the object, the flags stop and start are true, but the
cancontrol flag is false.
Thank you for your help.
Tony Tortora Guest
-
running vb6 app using asp.net
hello: I have a vb6 app that updates the access db. I want to run the app using asp.net on the web server. is there a way to do that. thank... -
getting php up and running
how do i fix this error: (occurs when attempting to open http://192.XXX.XXX.XXX/~user in browser) MySQL said: #2002 - The server is not... -
Verity won't stay running - constantly running
I have tried several reinstalls, but it always shuts itself down. Verity keeps shutting itself OFF ???? All I see the next day is: Unable to... -
How to use ServiceController
I want to be able to start and stop a service via an asp.net page. Any ideas on how to set this up? I only want a specific asp.net application to... -
Samba running running slow...
I installed RH 9 on a box and Samba ran great: copying files from the NT box to the Linux box and visa versa. Then I tried to recompile Apache...



Reply With Quote

