I have a aspx webpage which is integrated with SSRS reports.I want to perform a performance test using Jmeter,I used the Jmeter HTTP(S) script recorder for the same. It was seen that the response data captured by Jmeter returns error message stating as below
Report Viewer Configuration Error The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add to the system.web/httpHandlers section of the web.config file, or add to the system.webServer/handlers section for Internet Information Services 7 or later.
and will not the show the report data as the response though the POST was successfull.
In the above context the jmeter test is intended to test the response time of reports.
Could anyone please help me on this.
Thanks in Advance, Theju