FineUI 官方论坛
标题:
新人求助 webconfig 里面配置错误
[打印本页]
作者:
orkabe
时间:
2016-5-19 09:19
标题:
新人求助 webconfig 里面配置错误
“/Portal”应用程序中的服务器错误。
配置错误
说明:
在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。
分析器错误消息:
未能加载文件或程序集“ExtAspNet”或它的某一个依赖项。系统找不到指定的文件。 (D:\Workspace\dotNet\ToLearnFineUI\web.config line 30)
源错误:
行 28: </httpHandlers>
行 29: <httpModules>
行 30: <add name="ExtAspNetScriptModule" type="ExtAspNet.ScriptModule, ExtAspNet" />
行 31: </httpModules>
行 32:
源文件:
D:\Workspace\dotNet\ToLearnFineUI\web.config
行:
30
版本信息:
Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.6.1073.0
我是按照官方的博客教程配置的,不知道为什么出现这样的错误
作者:
zy32002
时间:
2016-5-19 09:31
新人多看看的demo
http://fineui.com/demo/#/demo/config/modify_webconfig.htm
作者:
orkabe
时间:
2016-5-19 09:56
按照那个配置的,还是不对 ,这是我的配置文件 内容
<?xml version="1.0" encoding="utf-8"?>
<!--
有关如何配置 ASP.NET 应用程序的详细信息,请访问
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<configSections>
<section name="ExtAspNet" type="ExtAspNet.ConfigSection, ExtAspNet" requirePermission="false" />
</configSections>
<ExtAspNet EnableBigFont="true" DebugMode="true">
</ExtAspNet>
<appSettings>
</appSettings>
<connectionStrings>
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.5.2" />
<httpRuntime targetFramework="4.5.2" />
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
<controls>
<add assembly="ExtAspNet" namespace="ExtAspNet" tagPrefix="ext" />
</controls>
</pages>
<httpHandlers>
<add verb="GET" path="res.axd" type="ExtAspNet.ResourceHandler, ExtAspNet" />
</httpHandlers>
<httpModules>
<add name="ExtAspNetScriptModule" type="ExtAspNet.ScriptModule, ExtAspNet" />
</httpModules>
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs"
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
warningLevel="4"
compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" />
</compilers>
</system.codedom>
<system.webServer>
<defaultDocument>
<files>
<add value="Login.aspx" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
复制代码
作者:
zy32002
时间:
2016-5-19 11:41
fineui前身是ExtAspNet,你确定你用的是ExtAspNet还是fineui。如果是fineui,照官网的demo配置即可
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4