Hello,
I have a problem using the Web ReportViewer, the issue is that the URL that is configured on the IIS where the site is running is not the same that the users employ to access the site. In other words, lets say my site address is http://www.site.com/ but the site can also be reach using http://www.clientsso.com/example/.
Now, lets say that on the homepage you can find a report using the ReportViewer, if you access the site using the http://www.clientsso.com/example/ address you are going to get a 404 when trying to export the report because the viewer is going to redirect the user to a URL starting with / which is not actually the root of the site when using that domain.
So, my question, is there any way in which I can instruct the viewer to use a given URL as the base for all redirects or requests?
Thanks in advance,
Javier
I have a problem using the Web ReportViewer, the issue is that the URL that is configured on the IIS where the site is running is not the same that the users employ to access the site. In other words, lets say my site address is http://www.site.com/ but the site can also be reach using http://www.clientsso.com/example/.
Now, lets say that on the homepage you can find a report using the ReportViewer, if you access the site using the http://www.clientsso.com/example/ address you are going to get a 404 when trying to export the report because the viewer is going to redirect the user to a URL starting with / which is not actually the root of the site when using that domain.
So, my question, is there any way in which I can instruct the viewer to use a given URL as the base for all redirects or requests?
Thanks in advance,
Javier