简体   繁体   中英

Error in Start/Stop Window Service from ASP.NET page

I created a windows service in C# and it is executing fine. And i have a ASP.NET application from that i'm trying to access (start/stop) it. It was working fine in my local machine and when i deploy it in my server it was not working. when i click the button to start stop the service gives an error:

Access is denied error message'

Run application pool that hosts/runs your ASP.NET application under user who has enough permissions.

Note that it's a potential security hole!

Instead I'd add a layer like web service available only locally to delegate such task.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM