publish problem (Newbee to VB/WEB apps)

  • Thread starter Thread starter Guest
  • Start date Start date
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" %>
-^
 
For the record:

It seems that iis is configured for use with asp when VS2005 is installed.
That is unless iis isn't installed at that time. In my case I installed iis
quite a while after VS2005. To fix my problem. I reinstalled VS again.
 
Back
Top