This operation requires IIS integrated pipeline mode.
I've succesfully tested and created PDF's on my local machine (using IIS7.5 express). However, when we installed it on our dev server running IIS6 we get the following exception:
This operation requires IIS integrated pipeline mode.
Is there any way to get it working with IIS6? I don't recall anything warning us that it requires IIS7 and we have now purchased a licence on the back of the tests, based on me recommending the product!
Just to give a little more information I narrowed it down to adding the line:
Response.ContentType = "text/xml";
At the start of my Razor file. If I remove this, it doesn't throw the exception but (of course) doesn't render the PDF as it just outputs the as plain text.
Response.AppendHeader("X-Pdf-Render", "true");
Also causes the same problem. Doesn't make much sense, as I've used similar many times (though not in a Razor script).
This operation requires IIS integrated pipeline mode.
I've succesfully tested and created PDF's on my local machine (using IIS7.5 express). However, when we installed it on our dev server running IIS6 we get the following exception:
This operation requires IIS integrated pipeline mode.
Is there any way to get it working with IIS6? I don't recall anything warning us that it requires IIS7 and we have now purchased a licence on the back of the tests, based on me recommending the product!
I'm guessing the problem relates to this issue:
http://stackoverflow.com/questions/186548/iis6-httpmodule-this-operation-requires-iis-integrated-pipeline-mode
Just to give a little more information I narrowed it down to adding the line:
At the start of my Razor file. If I remove this, it doesn't throw the exception but (of course) doesn't render the PDF as it just outputs the as plain text.
Also causes the same problem. Doesn't make much sense, as I've used similar many times (though not in a Razor script).
I to have this issue with IIS V6.
I'm afraid from my conversations with Darren that there is no fix for it. It simply won't work with IIS6.
Ours wont pick up the licence file. Does it go in the Bin folder or are we mssing something ? Only asking bacause Darrens on holiday.
is working on a reply...