Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission denied to create C:\MediaToolkit folder #119

Open
jthorpe80 opened this issue Apr 30, 2021 · 1 comment
Open

Permission denied to create C:\MediaToolkit folder #119

jthorpe80 opened this issue Apr 30, 2021 · 1 comment

Comments

@jthorpe80
Copy link

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?

@engbishoy14
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants