Reputation: 307
I am currently setting up a new report server in our company based on SQL Server 2016. I want our users to access the reports via root url (reports.company.com). As seen in several other discussions from previous SQL Server releases, Report Services doesn't provide an option to redirect the root page in the report subdirectory. Is that still matter of fact in SQL Server 2016? Is there a simple way to implement the redirect without installing IIS on the report server? I think Microsoft should implement this feature in future Releases from SQL Server / Data Tools.
Thanks for your answers/thoughts.
Ivo
Upvotes: 3
Views: 2830
Reputation: 373
Unfortunately, that isn't supported.
I've dealt with this, and installed a minimal IIS configuration. You only need the HTTP Redirection functionality (and Management Tools, unless you want to configure remotely).
Upvotes: 3