I installed Reporting Services on SQL Server 2016 I went through the ssrs configuration wizard, and everything was working fine I was able to go to localhost/ReportingServer, and saw the SSRS reporting manager page
I went into VS 2019 15.4, created a reporting services project by choosing the template that takes you through a wizard to configure the project, created a datasource against a database I named the project TestReporting I created a report named Report1
I ran the report from VS, which deployed it to the report server. And the report renders fine, with the URL http://localhost/ReportServer/Pages/ReportViewer.aspx?%2fTestReporting%2fReport1&rs:Command=Render
All good so far.
Then I point my browser at http://localhost/ReportServer, and it looks like the reporting server is in directory browsing mode:
How do I get the original reporting server page back?