FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

本论坛已关闭(禁止注册、发帖和回复)
请移步 三石和他的朋友们

FineUI首页 WebForms - MVC & Core - JavaScript 常见问题 - QQ群 - 十周年征文活动

FineUI(开源版) 下载源代码 - 下载空项目 - 获取ExtJS - 文档 在线示例 - 版本更新 - 捐赠作者 - 教程

升级到 ASP.NET Core 3.1,快、快、快! 全新ASP.NET Core,比WebForms还简单! 欢迎加入【三石和他的朋友们】(基础版下载)

搜索
查看: 1841|回复: 3
打印 上一主题 下一主题

新手求助!!测试页报错“检测到在集成的托管模式下不...

[复制链接]
跳转到指定楼层
楼主
发表于 2014-6-30 11:29:38 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
具体的错误页面如下:

我的web.config配置如下:
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>

  3.   <configSections>
  4.     <section name="FineUI" type="FineUI.ConfigSection, FineUI" requirePermission="false"/>
  5.   </configSections>
  6.   <!-- 可用的配置项(这里列的都是默认值):
  7.       Language="zh_CN"
  8.       AjaxTimeout="60"
  9.       EnableAjax="true"
  10.       Theme="Neptune"
  11.       FormMessageTarget="Qtip"
  12.       FormOffsetRight="20"
  13.       FormLabelWidth="100"
  14.       FormLabelSeparator=":"
  15.       IconBasePath="~/icon"
  16.       EnableAjaxLoading="true"
  17.       AjaxLoadingType="default"
  18.       CustomTheme=""
  19.       CustomThemeBasePath="~/theme"
  20.   -->
  21.   <FineUI DebugMode="false" />

  22.   <system.web>
  23.     <pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID">
  24.       <controls>
  25.         <add assembly="FineUI" namespace="FineUI" tagPrefix="f" />
  26.       </controls>
  27.     </pages>
  28.     <httpModules>
  29.       <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI" />
  30.     </httpModules>
  31.     <httpHandlers>
  32.       <add verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI" validate="false" />
  33.     </httpHandlers>
  34.     <httpRuntime maxRequestLength="102400 " />
  35.     <customErrors mode="Off" />
  36.     <compilation debug="true" targetFramework="4.0" />
  37.   </system.web>

  38. </configuration>
复制代码
我的测试页的代码如下:(仅仅加了一个按钮)
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

  2. <!DOCTYPE html>

  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6.     <title></title>
  7. </head>
  8. <body>
  9.     <form id="form1" runat="server">
  10.     <div>
  11.         <f:Button ID="Button1" runat="server" Text="Button"></f:Button>
  12.     </div>
  13.     </form>
  14. </body>
  15. </html>
复制代码

怎么会出现这样的错误,求大神指导!!!!


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
沙发
发表于 2014-6-30 12:07:14 | 只看该作者
换成集成模式试下
板凳
发表于 2014-6-30 12:53:19 | 只看该作者
换成经典模式

或者

修改Web.config 设置,网上搜一下,常见问题
地板
 楼主| 发表于 2014-6-30 14:44:12 | 只看该作者
谢谢大家,我解决了!加入一下这段配置节就解决了:
  <system.webServer>
      <validation validateIntegratedModeConfiguration="false" />
  </system.webServer>
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|FineUI 官方论坛 ( 皖ICP备2021006167号-1 )

GMT+8, 2024-11-26 06:34 , Processed in 0.046329 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表