tags:

views:

182

answers:

0

I have a Silverlight application. I want to display a PDF report and I created an HttpHandler that will dynamically generate the PDF based on the filename and parameters passed.

On my development server, when I authenticate through ASP membership with the Silverlight plugin, the HttpHandler calls within the same session are also authenticated and Acrobat Reader can get the PDF file.

However, on the deployment server (Windows 2008), this is not the case and the PDF generation fails because the user is not authenticated.

Is there a special setting that I need to to set to make it all work or is my implementation wrong and it will never work?