我有一个网站,每当我调试它时浏览器给我和错误。

时间:2013-01-04 16:01:06

标签: c# asp.net

我不知道是什么导致了这个错误,如果您需要查看我的代码只是让我知道,它是一个附加到我的default.aspx的MasterPage.master。

这是我在浏览器中遇到的错误:

Server Error in '/WebSite1' Application.
--------------------------------------------------------------------------------

Content controls have to be top-level controls in a content page or a nested master page that references a master page. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Web.HttpException: Content controls have to be top-level controls in a content page or a nested master page that references a master page.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 


[HttpException (0x80004005): Content controls have to be top-level controls in a content page or a nested master page that references a master page.]
   System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +8690104
   System.Web.UI.Page.get_Master() +51
   System.Web.UI.Page.ApplyMasterPage() +15
   System.Web.UI.Page.PerformPreInit() +45
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.5466; ASP.NET Version:2.0.50727.5456

1 个答案:

答案 0 :(得分:0)

在您的某个服务器控件中查找未关闭的标记或无效关闭标记。

Content controls have to be top-level controls