添加主页错误?

时间:2013-02-20 13:44:40

标签: asp.net

我试图在新项目中添加新主页“添加新项目”,同时添加我有此错误“Data at the root level is invalid. Line 1. Position 1” 如何解决这个问题?

我的web.config

<?xml version="1.0"?>

<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->

<configuration>

    <system.web>
        <compilation debug="false" targetFramework="4.0" />
    </system.web>

</configuration>

1 个答案:

答案 0 :(得分:0)

好的,我可以在我的环境中重现您的错误。 如果项目中包含无效的XML文件,则会出现此问题。可能是web.config。

您能否确认项目中的XML文件格式正确?尝试使用IE打开XML文件并确保没有错误。