How to Start/Stop a Windows Service from an ASP.NET app – Security issues
Here’s my Windows/.NET security stack:
Here’s my Windows/.NET security stack:
I have a windows service which is using a method from a class library with same asp.net solution. in class library, I have a method with following line:
We require that in a ASP.Net application, a .Net process should be invoked every day at a specified time automatically. This process needs to interact with the database (SQL Server 2005) and generate billing on a daily basis. We are using a shared hosting hence we are not able to create a windows service or create SQL Server jobs. How can this be achieved without user intervention?
I implemented a web page (ASP .NET, VB) to start/stop a Windows service.
on my website (written in ASP.NET/C#) I want the moderaters to be able to start a certain service. The code I have for this is: