FineUI 官方论坛
标题:
web.config提示:未能找到元素“ExtAspNet”的架构信息
[打印本页]
作者:
szjazz
时间:
2012-11-30 14:42
标题:
web.config提示:未能找到元素“ExtAspNet”的架构信息
生成解决方案时,提示生成成功,但点击打开web.config 文件时,在消息器下方显示: 未能找到元素“ExtAspNet”的架构信息。
网站可正常运行,但不知为何会有此提示?请大师们指点
本项目已引用:ExtAspNet、Newtonsoft.Json、SubSonic
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="ExtAspNet" type="ExtAspNet.ConfigSection, ExtAspNet" requirePermission="false"/>
</configSections>
<!-- 可用的配置项(这里列的都是默认值): Language="zh_CN" AjaxTimeout="60" EnableAjax="true" Theme="blue" FormMessageTarget="qtip" FormOffsetRight="20" FormLabelWidth="100" FormLabelSeparator=":" IconBasePath="~/icon" EnableAjaxLoading="true" AjaxLoadingType="default" CustomTheme="" CustomThemeBasePath="~/theme" -->
<ExtAspNet EnableBigFont="true" DebugMode="false" />
<appSettings/>
<connectionStrings/>
<system.web>
<pages>
<controls>
<add assembly="ExtAspNet" namespace="ExtAspNet" tagPrefix="ext"/>
</controls>
</pages>
<httpModules>
<add name="ExtAspNetScriptModule" type="ExtAspNet.ScriptModule, ExtAspNet"/>
</httpModules>
<httpHandlers>
<add verb="GET" path="res.axd" type="ExtAspNet.ResourceHandler, ExtAspNet"/>
</httpHandlers>
<compilation debug="true">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>
<!--
通过 <authentication> 节可以配置
安全身份验证模式,ASP.NET
使用该模式来识别来访用户身份。
-->
<authentication mode="Windows"/>
<!--
如果在执行请求的过程中出现未处理的错误,
则通过 <customErrors> 节
可以配置相应的处理步骤。具体而言,
开发人员通过该节可配置要显示的 html 错误页,
以代替错误堆栈跟踪。
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
</system.web>
</configuration>
复制代码
作者:
cxd
时间:
2014-4-23 18:03
为啥,没人回复呢
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4