WebSite And WebService

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I had finished my website using Asp.Net 2.0 and when i put it in the local
IIS and make request to the site an error displayed in the broweser like this


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/mySite/Default.aspx'. Line 1, Po...

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
Inherits="_Default" %>
-^

and also the web service make the same error
please help what can i do??
 
I'm guessing that your IIS is not configured to run ASP.Net 2.0 web apps.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top