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.