I have a program (I created) and I want to start it on the server when the webpage loads.
Here is the code I have
public partial class _Default : S
It depends what you're trying to run. Maybe when you run it from your C# app something's missing. You also might not have the correct permissions to run the app from C#. That's all I can really say without knowing what's trying to be run.