Launch a program from ASP.NET C#

前端 未结 5 1255
暗喜
暗喜 2020-12-16 19:29

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         


        
5条回答
  •  臣服心动
    2020-12-16 20:16

    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.

提交回复
热议问题