Last post Feb 20, 2014 04:12 AM by Starain chen - MSFT
None
0 Points
8 Posts
Feb 19, 2014 11:18 AM|nlattupalli|LINK
Hello,
We use ffmpeg.exe for editing videos and another exe for merging videos.
We used to run applications under full trust level and it worked fine,
Now we had to change our application to medium trsut level for one of our clients and the conversion giving us many problems.
We resolved many of them but using of unmanaged code is the only one we got stuck at.
The ffmpeg.exe and the other exe.s which we use are being blocked.
Is there any way we can create a custom trust level where we can allow only these exe s to run.
Any suggestions will be appreciated
Thanks
All-Star
23975 Points
4084 Posts
Feb 20, 2014 04:12 AM|Starain chen - MSFT|LINK
Hi nlattupalli,
Thanks for your post!
In my opinion, we can’t lunch the .exe file through the http request to the server directly.
Based on my test in a simple web project application, I can’t success to launch the file even though I implemented impersonation in the IIS.
Best Regards
None
0 Points
8 Posts
Custom Medium trust level and allowing to run exe files using process(system.diagnostics)
Feb 19, 2014 11:18 AM|nlattupalli|LINK
Hello,
We use ffmpeg.exe for editing videos and another exe for merging videos.
We used to run applications under full trust level and it worked fine,
Now we had to change our application to medium trsut level for one of our clients and the conversion giving us many problems.
We resolved many of them but using of unmanaged code is the only one we got stuck at.
The ffmpeg.exe and the other exe.s which we use are being blocked.
Is there any way we can create a custom trust level where we can allow only these exe s to run.
Any suggestions will be appreciated
Thanks
All-Star
23975 Points
4084 Posts
Re: Custom Medium trust level and allowing to run exe files using process(system.diagnostics)
Feb 20, 2014 04:12 AM|Starain chen - MSFT|LINK
Hi nlattupalli,
Thanks for your post!
In my opinion, we can’t lunch the .exe file through the http request to the server directly.
Based on my test in a simple web project application, I can’t success to launch the file even though I implemented impersonation in the IIS.
Thanks
Best Regards