MediaToolkit icon indicating copy to clipboard operation
MediaToolkit copied to clipboard

Permission denied to create C:\MediaToolkit folder

Open jthorpe80 opened this issue 3 years ago • 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?

jthorpe80 avatar Apr 30 '21 16:04 jthorpe80

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

engbishoy14 avatar Jun 20 '21 11:06 engbishoy14