publish problem (Newbee to VB/WEB apps)

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" %>
-^
 
G

Guest

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.
 

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