I am working with a vb.net 2010 web form application that calls a reportviewer control to display selected reports ssrs (*.rdls) from the reportviewer.
The problem is, I believe that the wrong report server is being called since the rdls that are displayed are old version of the rdl reports. However I do not know what other report server could be called unless it is on my own workstation. There is no other test report server to call.
I can not find what could be wrong by the debugging I am doing.
In the web.config file, <appSettings> <add key="ReportServerURL" value="http://testdev/ReportServer/"/>.
When I access the test report server, the url is the following:
http://testdev/Reports/Pages/Folder.aspx?ViewMode=List.
Thus can you suggest what I could try to see what is wrong and/or tell me, show me in code, and/or point to a url that will tell me what could be wrong?