Skip to main content
Inspiring
June 14, 2011
Answered

CFDOCUMENT stops working when I apply HTTP Windows Challenge Authentication

  • June 14, 2011
  • 2 replies
  • 749 views

I have an application which generates a PDF document... works great, until I add Windows Authentication.  When I add IIS7 Windows Authentication, it comes back with an error that it has taken longer than allotted time or that the "service is unavailable".  If I remove the IIS7 authentication then it goes back to working just fine.

What am I missing?  I have to secure these web pages, but need CFDOCUMENT to work so the PDFs can be generated.

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer Kevlar

    This problem was solved by adding...

    localURL="yes"

    to the cfdocumenttag that was being used to generate the PDF.

    2 replies

    KevlarAuthor
    Inspiring
    December 15, 2011

    bump

    KevlarAuthorCorrect answer
    Inspiring
    December 15, 2011

    This problem was solved by adding...

    localURL="yes"

    to the cfdocumenttag that was being used to generate the PDF.