XML Parseing Error when serving a PDF
- by Andy
I'm trying to serve a pdf file from a database in ASP.NET using an Http Handler, but every time I go to the page I get an error
XML Parsing Error: no element found
Location: https://ucc489/rc/NoteFileHandler.ashx?noteId=1,msdsId=3
Line Number 1, Column 1:
^
Here is my HttpHandler code:
public class NoteFileHandler : IHttpHandler
{
…