|
Rank: Member Groups: Member
Joined: 11/13/2012 Posts: 10
|
Hi. I am using EOpdf.dll til print aspx til pdf. On my local web server everything works. Deploying the dll to my remote WEB I get error trying til use ASPXToPDF1.RenderAsPDF(); I cannot find out whats different. Any idea where to start?
Regards Trond
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
What error are you getting?
Thanks!
|
|
Rank: Member Groups: Member
Joined: 11/13/2012 Posts: 10
|
In IE "Cant fine page" In safari it just want start
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, First you will want to find out whether the problem occurs before RenderAsPDF is called. If the problem occurs before RenderAsPDF is called (for example, if you call RenderAsPDF when a button is clicked, but the problem occurs before you clicking the button), then the problem has nothing to do with our product. If the problem only occurs when RenderAsPDF is called, you can check your DNS settings on the server: http://www.essentialobjects.com/doc/4/web/troubleshoot.aspxThanks!
|
|
Rank: Member Groups: Member
Joined: 11/13/2012 Posts: 10
|
I have seen the post on this issues but still have HTTP 500 Internal server error
My DNS seams to be correct also.
Regards
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You will want to check your IIS logs or event viewer to find out why your IIS returns 500.
Thanks!
|
|