A place to put my code ramblings…

I was recieving this error in ASP.net.  The cause of the error was the following line:

Response.Headers.Add(“content-disposition”, “inline; filename=\”somefile.txt\”");

 

The workaround I used for this was to use the AddHeader method instead:

Response.AddHeader(“content-disposition”, “inline; filename=\”somfile.txt\”");

About these ads

Comments on: "This operation requires IIS integrated pipeline mode." (1)

  1. [...] This operation requires IIS integrated pipeline mode.. Share this:TwitterFacebookLike this:LikeBe the first to like this. « Previous post [...]

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: