Ciao a tutti
ho un problema:
sto cercando di gestire dei servizi windows tramite una webapplication in C# riesco a farmi restiture lo stato del processo ma quando cerco di :
restartarli o stopparli mi da il segunete errore:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ComponentModel.Win32Exception: Access is denied
ho provato a mettere l' utenza come amministratore ma continua a darmi errore
Qualcuno puo' aiutarmi?
Grazie
Chi77