ALStompoRoDog
New Member
I'm running into some issues serving PDF files from my ASP.Net MVC Application.The behaviour that I see is after linking to a PDF file in my project, I get the following errors:In Firefox - Content Encoding Error - The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.In Chrome - Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.As far as I know I'm not doing anything fancy with the PDF content/encoding and it's just a standard linked Content file (similar to an jpg or png on the site which works fine).Can anyone offer insight as to how to resolve this issue?