webgio / Rotativa

Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC. Available on Nuget https://www.nuget.org/packages/Rotativa
http://letsfollowtheyellowbrickroad.blogspot.it/search/label/Rotativa
MIT License
621 stars 224 forks source link

Blocked by Group Policy #224

Open ashfon opened 3 years ago

ashfon commented 3 years ago

Hello,

I am using this service to convert webpage to pdf. On my local machine this code only works if I run VS in admin mode other wise it says Blocked by Group Policy on this line

var buffer = actionAsPdf.BuildPdf(this.ControllerContext);

I deployed this site to UAT and Prod. This code works in UAT but fails in Prod. Can you please advise me what security or firewall changes I will need so this method can be executed in Prod?

Thanks, Ashley