<div>Greetings All, Our application uses Reports Viewer to run reports within the application. Our application is installed by 3rd party activities that requires the installation to be as simplified as possible. Under Windows 7 (This was not required in Win
XP IIS 5) the management of Handler Mappings for Microsoft Reports Viewer has to be done manually via the ISS Management tool. What I need to know is, how to do what is outlined below via the command line. I want to create a batch file, convert to .exe that
the user can click on to automate this process.</div> <div>
• Open Internet Information Services (IIS) Manager and select your Web application.</div> <div>• Under IIS area, double-click on Handler Mappings icon.</div> <div>• At the Action pane on your right, click on Add Managed Handler.</div> <div>• At the Add Managed Handler dialog, enter the following: Request path: Reserved.ReportViewerWebControl.axd Type: Microsoft.Reporting.WebForms.HttpHandler Name: Reserved-ReportViewerWebControl-axd</div> <div>• Click OK.</div> <div>Reserved-ReportViewerWebControl-axd handler is now added to your Handler Mappings list. Notice that the following line has also been added to your Web.config file under the system.webserver's handler section:
< add name="Reserved-ReportViewerWebControl-axd" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler" resourceType="Unspecified"</div> <div>
In researching Google, I have read about doing this via the command line using appcmd but this is only included in IIS 7 +
I will let you know, I am NOT a developer. So if the question seems like something easy, I wanted to put this out there.
Thank you ahead of time for any guidance and help you can provide.
All the best,
Ian</div> <div></div>
• Open Internet Information Services (IIS) Manager and select your Web application.</div> <div>• Under IIS area, double-click on Handler Mappings icon.</div> <div>• At the Action pane on your right, click on Add Managed Handler.</div> <div>• At the Add Managed Handler dialog, enter the following: Request path: Reserved.ReportViewerWebControl.axd Type: Microsoft.Reporting.WebForms.HttpHandler Name: Reserved-ReportViewerWebControl-axd</div> <div>• Click OK.</div> <div>Reserved-ReportViewerWebControl-axd handler is now added to your Handler Mappings list. Notice that the following line has also been added to your Web.config file under the system.webserver's handler section:
< add name="Reserved-ReportViewerWebControl-axd" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler" resourceType="Unspecified"</div> <div>
In researching Google, I have read about doing this via the command line using appcmd but this is only included in IIS 7 +
I will let you know, I am NOT a developer. So if the question seems like something easy, I wanted to put this out there.
Thank you ahead of time for any guidance and help you can provide.
All the best,
Ian</div> <div></div>
<div align="right"> </div> |