Hi,
I am new to TFS installation & configuration. I was able to install TFS 2012 and configure project collection etc... I have also configured reports in TFS. Every thing works fine except 'View Reports' in web access, hyper link is pointing to wrong url. Actual URL
<a :href="http://xxx/reports_xxx/pages/folder.aspx">http://xxx/reports_xxx/pages/folder.aspx</a>
but the hyper link is pointing to
<a href="http://xxx/reports_xxx/pages/folder.aspx/pages/folder.aspx">http://xxx/reports_xxx/pages/folder.aspx/pages/folder.aspx</a></p><p>
In TFS Admin Console 'Report Manger' under reports is shown as
'<a href="http://xxxx/Reports_xxxx/Pages/Folder.aspx'">http://xxxx/Reports_xxxx/Pages/Folder.aspx'</a>.
I thought of changing this URL to
<a href="http://xxxx/Reports_xxxx/'">http://xxxx/Reports_xxxx/'</a>
but console doesn't provide an option to do so.
Please guide me to fix this issue.
Thanks