My code works locally, but not when I deploy to my web server. It says, "Permission Denied," when trying to access the wkhtmltopdf.exe
file. I am using the Codaxy Wrapper.
WkHtmlToPdfPath = HttpContext.Current.Server.MapPath(@"~/wkhtmltopdf/wkhtmltopdf.exe"),
Could I change that to using a DLL or something? How can I make this work on the server like it works locally?