I created an application on asp.net using visual studio 2008 and i wanted it to run on IIS(Internet information server). but when you run it in the browser, it brings this error
XML Parsing Error: not well-formed
Location: http://localhost/Default.aspx
Line Number 1, Column 2:<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication1._Default" %>
the application runs well inside visual studio IDE, but brings error when uploaded on the server. what can I do in order to run it on browser ?