开发者

Launching External Executable in Windows Azure

开发者 https://www.devze.com 2023-01-08 00:07 出处:网络
My current ASP.NET site requires to launch FFMPEG.EXE to convert uploaded videos.With shared web hosting server, can\'t be done but via a Virtual Private Server (VPS) or a dedicated server.

My current ASP.NET site requires to launch FFMPEG.EXE to convert uploaded videos. With shared web hosting server, can't be done but via a Virtual Private Server (VPS) or a dedicated server.

I've been reading some info about Windows Azure but haven't found any info regarding: 1. Be able to l开发者_StackOverflow中文版aunch external executable 2. Be able to remote desktop into the allocated virtual machines

Please advise, thanks! Eddie


Yup, you can launch an executable. (Just Process.Start() it!) Note that if you use local disk space, you'll need to declare that in your .csdef file and use the RoleEnvironment API to discover the path you should use to write to.

You can't remote desktop into allocated VMs yet. That's coming later this year.

0

精彩评论

暂无评论...
验证码 换一张
取 消