|
Rank: Newbie Groups: Member
Joined: 4/16/2013 Posts: 7
|
hi, i've the following problem using asp2pdf in the site we are developing: in our aspx pages we generate some images, when we use (after clicking a button) asp2pdf to generate a pdf with images in the develop machine the pdf is perfect; when we publish on the web site things are different: 1. if we connect locally from the server the results is perfect 2. if we connect to the server from the web es http://88.xx.xx.xx the page is perfect but in the resulting pdf the images are missing, we got only a ? where the images usually appears... what can be the problem? Can you help? thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, This can be a network problem. Please see if this page helps: http://www.essentialobjects.com/doc/4/web/aspxtopdf.aspx#debugThanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/16/2013 Posts: 7
|
it's the opposite: works perfectly locally (web server and with visual studio) but not over the internet, one thing: debugging the application looks like that asp2pdf start working before the complete rendering of the images... can be possible? in that case any solution? thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Works with "http://88.xx.xx.xx" locally on the web server too?
|
|
Rank: Newbie Groups: Member
Joined: 4/16/2013 Posts: 7
|
eo_support wrote:Works with "http://88.xx.xx.xx" locally on the web server too? yes, it worked flawlessly...
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
In that case you should check your IIS logs. Your IIS logs should tell you why it can not serve the images.
Thanks!
|
|