global reportserverurl for redirect to aspx page

  • issues> I am facing a strange issue.I have a report(rdl file) which has a link that

    redirects my web application url ie. http://myissue.com/default.aspx. But recently the settings

    have changed and i have no idea what has changed. Now when I click on the redirect link on my report

    it redirects to server(which is correct) where my application resides but the address bar shows link

    like http://abc1234/website/default.aspx, where abc1234 is my server name and website is

    the name of website in IIS.

    Because of this I am getting error on page that /website/default.aspx doesnot exist although

    its there.

    I have checked RSreportserver.config file and the <url> is abc1234/reportserver.

    and in reports the properties of link ie. right click properties>navigation> expression:

    the code is

    =left(Globals!ReportServerUrl,instrrev(Globals!ReportServerUrl,"/")

    )+ "website/default.aspx"

    I think that code is taking default.aspx from iis.!

    I am not even near to any conclusion.

    Any idea about this..?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply