Rank: Newbie Groups: Member
Joined: 12/6/2012 Posts: 1
|
Greeting
I have a problem with the ASPXtoPDF, in my local sever works just fine, but when I uploaded to my 1and1 hosting server when I press the button to make the conversion to PDF the browser just showing me with a white screen, and nothing happens. Because this is a hosting server I have no access to it to make test from there directly and see if works. Is there any other things that I can do to find out why this is not working on the server?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You might want to put the code into a try catch block and see if you can catch any exceptions, then display the exception message. ASPXToPDF (and EO.Pdf that it relies on) requires full trust to run. Some hosting companies don't give you full trust, so you won't be able to use it on those servers.
Thanks!
|