XML input cannot be viewed using the XSL style sheet. Correct the error and click Refresh or try again later.

Source: Internet
Author: User
Tags xsl

After installing. net2.0, start IIS and enter the URL 'HTTP: // localhost/test. aspx 'in the browser. The following error message is displayed:

The XML page cannot be displayed.
XML input cannot be viewed using the XSL style sheet. Correct the error and click Refresh or try again later.
--------------------------------------------------------------------------------

The name must start with an invalid character. An error occurred while processing the resource 'HTTP: // localhost/test. aspx. Row 1st, Location: 2

<% @ Page Language = "C #"... %>
-^

Obviously. Net does not work. I found it online. The solution is as follows: (gray is the console input and output content)

1. Locate. Net in c: \ windows \ Microsoft. NET \ framework \ v2.0.50727.

(Open cmd InputCd c: \ WINDOWS \ Microsoft. NET \ framework \ v2.0.50727)

C: \ cd c: \ WINDOWS \ Microsoft. NET \ framework \ v2.0.50727

2. Run aspnet_regiis.exe/I (that is, continue the input in cmd:Aspnet_regiis.exe/I) Then wait for a moment.

C: \ windows \ Microsoft. NET \ framework \ v2.0.50727> aspnet_regiis.exe/I
Start installing ASP. NET (2.0.50727 ).
........................
ASP. NET (2.0.50727) installation is complete.

3. OK. Restart IIS to run your Asp.net WebProgram.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.