asp+c#

  • Thread starter Thread starter Robert Martin
  • Start date Start date
R

Robert Martin

why i get with my IE browser this stupid error???
-------------------------------------------------------------------

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://lp01/ima/'. Line 1, Position 2

<%@ Page Language="C#" CompileWith="Default.aspx.cs"
ClassName="Default_aspx" %>
-^--------------------------------------------------------


aspx created by visual studio express.
 
Express, as in Visual Web Developer Express?

If so, this is not really the best group, as there are beta groups. There
are a couple of possibilities here. The first being that 2.0 Framework is not
linked to the web server you have this on, although 2005 and Express
generally make a file system web instead of an IIS web. If you are using an
IIS web, you can run aspnet_regiis /i from the Framework 2.0 directory and
that should help.

The problem here is the page is being sent directly to the browser, without
processing. Or, at least that is what appears to be happening.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Thank you very much -Gregory
-it was so exactly and after aspnet_regiis /i IE shown web site without
erors
 
Back
Top