Chapter 19 Setup 


Please follow the steps below to setup the demos in Chapter 19.
 

Interactive Reporter Demo

1.      Follow the instructions found under the "Setting up Microsoft Office Web Components" topic in Chapter 19 to configure OWC with Visual Studio.NET.

2.      In the InteractiveReporter project make sure the reference to the OWC11 assembly point to GAC.

3.      De-reference the AxOWC11 reference to point to the AxOWC11.dll assembly included found under the OWC11 folder.

4.      Verify that the MyReportsFacadeUrl in the app.config specifies the correct location of the MyReports Web Service.

5.      Verify that the ReportServerUrl in the app.config specifies the correct URL or the Report Server.

6.      Verify that the ReportServerUrl in the app.config specifies the correct URL or the Report Server.

7.      Verify the <indentity> element in AWReportService web.config is set to impersonate the user.

            <authentication mode="Windows"/>

            <identity impersonate="true"/>