Posts by Renato Godinho • 43 points
2 posts
-
4
votes1
answer1682
viewsQ: How to obtain PDF content generated by Rotary?
I am using Rotary for PDF generation from a . cshtml I can download the file through the application correctly using the command below: DadosConvite convidado = new DadosConvite(); convidado.nome =…
-
0
votes2
answers1078
viewsA: Site works on localhost, but not on Uolhost (permissions?)
You can try adding the configuration below in your web.config, within the System.web tag: <trust level="medium" originUrl="" /> But this may not work on some hosts, as they block this setting.…