WebSite And WebService

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??
 
N

Nick Malik [Microsoft]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top