Hello,
I am looking for a solution to my problem that I want to run system exe(notepad,word,etc.) in my sandbox solution.
Is it possible to run exe in such a way.
Please need your help.
The only way I can think of is if you are running CSOM from an external ASPX site, but then you are limited to running the exe on that server only. You can’t initiate an executable from a client app to the best of my knowledge. To me that would be a huge security risk.
Maybe someone else has accomplished this, but I have never done it, nor heard of it being done, so unless someone shows me how they did it, I can’t see this being possible.