Install. net ProgramAfter entering the address in the address bar, the following error is reported on the webpage:
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/schoolcarsetup/login. aspx. Row 1st, Location: 2
<% @ Page Language = "C #"...... It took several hours to solve the problem. Originally, after I installed. net, IIS was not installed properly, and then I re-installed IIS. As a result,. NET is not registered to IIS. The. NET version I installed is 2005. Therefore, the solution is to enter "C: \ WINDOWS \ Microsoft. NET \ framework \ v2.0.50727 \ aspnet_regiis.exe-I" in the command line window ". This solves the problem. We found that many more extensions are available in IIS> default website> Properties> main directory> Configuration> ing application ing, such as running. in this way, the registration is completed in IIS. Finally solve the problem.