Results 1 to 4 of 4

Thread: XML Parsing Error: not well-formed

  1. #1

    Thread Starter
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    XML Parsing Error: not well-formed

    Hi guys good day. I'm using asp.net 2.0 in developing web application while in development it has no error but when I copy my project folder to the IIS wwwroot and access it through the browser it gives an xml parsing error.

    Here's the error.
    Code:
    XML Parsing Error: not well-formed
    Location: http://localhost/TastList/TaskList.aspx
    Line Number 1, Column 2:
    <%@ Page Language="C#" MasterPageFile="~/TaskList.master" AutoEventWireup="true" CodeFile="TaskList.aspx.cs" Inherits="TaskList" Title="Stupid Page" %>
    Thanks in advance.

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: XML Parsing Error: not well-formed

    Have you activated the ASP.NET IIS module?

  3. #3

    Thread Starter
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Re: XML Parsing Error: not well-formed

    What's asp.net IIS module?

    Do you mean asp.net state service? or IIS service?

    The two are already running but still I get an error.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: XML Parsing Error: not well-formed

    Your ASP.NET page is being mis-interpreted as XML, which in turn is not well formed. Check IIS and make sure that ASP.NET is actually working. Run aspnet_regiis -i. Look at the Web Services extension folder in inetmgr.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width