回 帖 发 新 帖 刷新版面

主题:超菜鸟问题 ,我刚学.NET,请指教,急~~~~~~~~~~~~!

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

Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Unrecognized attribute 'xmlns'.

Source Error: 


Line 8:      \Windows\Microsoft.Net\Framework\v2.x\Config 中
Line 9:  -->
[color=FF0000]Line 10: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">[/color]
Line 11:   <appSettings>
Line 12:     <add  key="FCKeditor:BasePath" value="~/FCKeditor/" />
 
提示错误是第line 10

这是asp.net网站的提示

回复列表 (共1个回复)

沙发

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
改成<configuration>

我来回复

您尚未登录,请登录后再回复。点此登录或注册