AydinAdn/MediaToolkit

Permission denied to create C:\MediaToolkit folder

Opened this issue · 1 comments

The package needs to create the folder C:\MediaToolkit upon first use, but our web server does not have write permission granted to the process that creates it and so gets a access denied. Is there a setting that can move this folder location? Why can't it access the files it needs through the \packages\MediaToolkit.1.1.0.1 Nuget folder?

using this line solve it
using (var engine = new Engine(HttpContext.Current.Server.MapPath("~/wwwroot/ffmpeg.exe")))