Posts

Showing posts with the label Cannot view XML input using XSL style sheet.

Coding Problem: Cannot view XML input using XSL style sheet.

I had just begun my web page applications programming, and I came across this problem right away: ------- 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... ------- I searched msdn, and below is what I found that worked for my case, which is run at the command prompt: %windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i Maybe you would come across the same problem, and the solution may be the same... who knows?!