Can I use embedded reportviewer

Discussion in 'Databases' started by MycroftHolmes, Feb 20, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am using SQL Server 2008 and the embedded (local) report viewer. Works fine in development but generates some errors on your site. The errors are not reported so no details.

    I do not want to copy DLLs to the bin folder unless it is required.
     
  2. Resolved

    Thanks to DASP support (Joseph) for this link to a solution to my problem

    Needed to add this to the system.webserver section in the web.config
    Code:
    <add name="Reserved-ReportViewerWebControl-axd" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler" resourceType="Unspecified"/>
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page