Okay, so now we are trying a sort of streaming to the browser, basically with code that looks like:
Response.ContentType = “Application/pdf”;
Response.WriteFile(filePath);
Which worked on my local machine, in firefox, but not in IE. Won’t work at all on another developer’s machine. Ideas? I’ll keep googling…and bitching throughout the day.