xml xsl style sheet error

  • Thread starter Thread starter Jim in Arizona
  • Start date Start date
J

Jim in Arizona

I moved a VB.NET 2.0 app from the wwwroot on one machine to another. I
re-setup all databases and all would appear to work at it should but when I
run the index.aspx page, I get 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/hoteldata/index.aspx'. Line 1, P...

<%@ Page Language="VB" AutoEventWireup="true" CodeFile="index.aspx.vb"
Inherits="hoteldata_index" Debug="True" %>
-^



Any ideas,
TIA,
Jim
 
First of all, I didn't have any version of ASP.NET set within my IIS
settings.
Second, I had to reinstall the .net 2.0 framework. This is a glitch I've
notied time and time again. If you already havve the .NET Framework
installed then install IIS, things just won't work right. You either have to
install IIS first then the .NET Framework, or, if you have already insalled
the .NET framework then install IIS, you have tu uninstall the .NET
Framework then reinstall it.
 
Back
Top