G
Guest
I need a walkthrough for publishing my simple web application.
I have a webform (server control). Debug works OK. But when I publish to my
localhost and open the page I get:
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
'file:///D:/Inetpub/wwwroot/default.aspx'. Line 1,...
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="default.aspx.vb"
Inherits="WebApplication1.WebForm1" %>
-^
I have a webform (server control). Debug works OK. But when I publish to my
localhost and open the page I get:
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
'file:///D:/Inetpub/wwwroot/default.aspx'. Line 1,...
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="default.aspx.vb"
Inherits="WebApplication1.WebForm1" %>
-^