Rank: Newbie Groups: Member
Joined: 3/6/2015 Posts: 2
|
Hello,
I'm using the MVC to PDF Product and I have a weird problem for which I have no idea how to troubleshoot.
I have the same standard Asp.Net MVC 4.5.1 Web Application Running in two different Environments.
One is a Network internal to my company in Portland US. The other runs in a hosted environment in Florida US. Both run in IIS7 on a Windows Server 2008 R2 OS.
I use the Standard...
[HttpPost] [EO.Pdf.Mvc5.RenderAsPDF]
...C# Attributes on my Controller Actions to render the PDF. Nothing too tricky about it.
The problem is that PDF downloads and renders perfectly on the internal network, but in the Hosted environment I'm getting a long delay in the rendering / downloading of the PDF and the end result is a PDF of the page that is un-styled with missing images.
Any ideas on potentially causes would be greatly appreciated. Let me know if you need more information.
Thanks! - Matt
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, This is common and it is almost always caused by a DNS configuration issue on your server. See here for more details: http://www.essentialobjects.com/doc/4/web/troubleshoot.aspxThanks!
|
Rank: Newbie Groups: Member
Joined: 3/6/2015 Posts: 2
|
That solved it. Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Great. Glad to hear that it works for you!
|