Another bump for SCOM reporting
I thought I had our SCOM reporting up and running but to my surprise, when I go to http://SCOMReportServer/Reports the other day, I got the below error message
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'http://nytwopmp03/ReportS/'. Line 1, Position 2
<%@ Page language="c#" Codebehind="Home.aspx.cs" AutoEventWireup="false" Inherits="Microsoft.ReportingServices.UI.HomePag...
Again googling around and there are some users have the similar issues and they point to asp.net. But non of the solutions I got from the net solve my problem. So I contact MS support. They told me to check the report server app pool and make sure it is running and verify the ASP.Net version is 2.0.50727 and “allowed” in web service extension which all are correct. The below trick solve my problem:
open a command prompt
cd %systemroot%\microsoft.net\framework64\v2.0.50727
enter the following command
aspnet_regiis -u (this is a key step missing from my online search!)
enter the following command
aspnet_regiis -i