dlemstra wrote:
FYI: I've tried your solution and it works on azure websites.
In Startup.cs I set the path like this:
Have you tried my solution?Hi,
FYI: I've tried your solution and it works on azure websites.
In Startup.cs I set the path like this:
var path = HttpContext.Current.Server.MapPath("~/bin");
MagickNET.SetGhostscriptDirectory(path);