c# - Calling Process.Start("foo.exe") in an ASP.net project hosted on Azure. How to restrict "foo.exe"'s access? -


Then I have an ASP.NET.net project that is hosted on Azure which runs executable provided by users is.

Think of it like an online web terminal simulator.

I am running with the process of exe presented. Start ().

I have been granted a user-executable. For example, I want to sandbox execution in a particular directory so that a malicious exe is not able to view or copy my files in other places.

And I want to exclude the Xi process from time to time after 5 minutes, so it does not have my processing pool.

/ p>

"post-text" itemprop = "text">

How to use the AppDomain class in the sandbox app. Load the executable in AppDomain . Please note that this will work only for Net Executables.

Good luck!

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -