* 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
When you browse to an ASP.NET page, it runs under the ASPNET account by
default not under the windows account you are logged in as.
Run this as an ASP.NET app to start and stop your services. This sample
mentioned in the link starts and stops SQL Server.
Please refer to the link below:
http://www.eggheadcafe.com/community/aspnet/2/15891/asp-net--start-and-stop.aspx
Regards,
Manish
www.ComponentOne.com