Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have completed my project and i have publish my website .all file are save the inetpub and wwwroot and open the IIS ..and browse the website the error are occurred how to solve the Error
XML
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://localhost/photoshops/Login.aspx'. Line 1, ...

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="photoshops._Default" %>
-^
Posted

1 solution

Check if you have set the correct .NET framework for the website.

Also, make sure the .NET framework is registered. You can use aspnet_regiis to do it. Read more about it here.[^]
 
Share this answer
 
Comments
Ankur\m/ 27-Apr-11 1:43am    
I answered this yesterday. I think it's the same guy with different ID because the content of the question is same. - http://www.codeproject.com/Answers/187101/how-to-solve-the-problem.aspx#answer2
Sandeep Mewara 27-Apr-11 1:48am    
:)
The answer to your question is other comment below.
Ankur\m/ 27-Apr-11 1:52am    
I was right. Same guy with multiple IDs. :)
vimal22 2 27-Apr-11 2:00am    
no...no
Sandeep Mewara 27-Apr-11 2:04am    
OP says he is a friend. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900