帮忙看下 这是什么错误
Server Error in '/' Application.--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Literal content ('') is not allowed within a 'skin file'.
Source Error:
Line 1:
Source File: /App_Themes/Default/Default.skin Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 --------------------编程问答-------------------- Literal
你是不是在SKIN文件里设置了这个控件的东西?
提示是这个东西不允许包含在皮肤文件里 --------------------编程问答-------------------- 修改App_Themes俩面的文件,去掉litral的描述 --------------------编程问答-------------------- 分析default.skin皮肤时出了问题,你看看你这个皮肤文件是不是包含了不合法的内容 --------------------编程问答-------------------- 你得加上 runat="server" 才能 --------------------编程问答-------------------- help up!
补充:.NET技术 , ASP.NET