E
erbilkonuk
Hi everyone,
I have been developing a project that is composed of one windows
service and one ASP.NET web site. The windows service and ASP.NET web
site reside on the same server.
I want to send start/stop service commands and custom commands to the
Windows service from ASP.NET Web site.
What I have done is :
* I read in a site that an web site user get credential of a user
"Network Service" at the server so I run the service with account
"Network Service"
* I give full control for user "Network Service" on Windows Service
executable .
What I get at the web site when I try to start/stop Service or send
custom commands is "access denied' error.
Should I programmatically get any priviledges? What should I do?
Best regards
B. Erbil KONUK
I have been developing a project that is composed of one windows
service and one ASP.NET web site. The windows service and ASP.NET web
site reside on the same server.
I want to send start/stop service commands and custom commands to the
Windows service from ASP.NET Web site.
What I have done is :
* I read in a site that an web site user get credential of a user
"Network Service" at the server so I run the service with account
"Network Service"
* I give full control for user "Network Service" on Windows Service
executable .
What I get at the web site when I try to start/stop Service or send
custom commands is "access denied' error.
Should I programmatically get any priviledges? What should I do?
Best regards
B. Erbil KONUK