Hello
This is my last issue to be resolved.
The problem is with the generation of images in the pdf file.
When I run my application in production environment I have the following code in the allocation of images to work correctly.
<img "src=""http://mydomain.com/wfmBarCode.aspx?code=123....""
However, when I run in development environment I have the following code does not work.
<img "src=""http://localhost:80/wfmBarCode.aspx?code=123....""
I am developing with ASP.NET 2.0, VB.NET
I hope your help.
Thanks