Cfdocument hang/timeout error
I use the same cfdocument call on two development and one production server:
<cfsetting showdebugoutput="false" />
<cfcontent TYPE="application/pdf" reset="yes"/>
<cfheader name="content-disposition" value="attachment;filename=Details.pdf"/>
<cfdocument format="PDF" mimetype="application/pdf" backgroundvisible="yes" overwrite="yes" fontembed="no" bookmark="true" localurl="no" >
<style type="text/css" media="screen">
@1552174 "style1.css";
</style>
-- content ---
</cfdocument>
Now this code runs perfectly on my local computer, it does not run in my development environment on remote computer, it DOES run on my multi-homed, remote production server in the inetpub/wwwroot directory but it produces a 30 second timeout error on the same production server in the inetpub/mysite directory (all other cf code runs fine.)
The the content is the same, directory structures are the same, the template names are all the same (except for the server name) the disk names are the same, the CF Administrator setup is basically the same and the code is the same in all environments.
Any idea where to look to find out why it works in one environment and not in another?
Thanks a bunch!!!
KD
