FineUI 官方论坛

标题: 从net2.0到4.0,从FineUI3.26到3.30,网站架设都出问题。 [打印本页]

作者: todd    时间: 2013-6-19 09:31
标题: 从net2.0到4.0,从FineUI3.26到3.30,网站架设都出问题。
一开始出现小红叉,到目前的显示完整图片,就是不能跳转到登录框,经过多天努力未果,唯有请教诸位大神。
环境:windows 2012
  IIS 8
目前NET 版本 2.0 ,FineUI 3.30
[attach]2519[/attach]
  1. <?xml version="1.0"?>
  2. <!--
  3.   有关如何配置 ASP.NET 应用程序的详细信息,请访问
  4.   http://go.microsoft.com/fwlink/?LinkId=169433
  5.   -->
  6. <configuration>
  7.         <configSections>
  8.                  <section name="FineUI" type="FineUI.ConfigSection, FineUI" requirePermission="false"/>
  9.                  
  10.         </configSections>
  11.        
  12.         <appSettings/>
  13.          
  14.         <FineUI EnableBigFont="true" DebugMode="false" Language="ZH_TW"/>
  15.          

  16.         <system.web>
  17.                  <httpRuntime maxRequestLength="102400 "/>
  18.     <customErrors mode="Off"/>
  19.     <compilation debug="true"/>
  20.                 <pages>
  21.                         <controls>
  22.                                 <add assembly="FineUI" namespace="FineUI" tagPrefix="x"/>
  23.                         </controls>
  24.                 </pages>
  25.                 <httpModules>
  26.                          <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI"/>
  27.                 </httpModules>
  28.                  <httpHandlers>
  29.                          <add verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI" validate="false"/>
  30.                 </httpHandlers>
  31.                 <webServices>
  32.                         <protocols>
  33.                                 <add name="HttpPost"/>
  34.                         </protocols>
  35.                 </webServices>
  36.                  
  37.         </system.web>

  38. <system.webServer>
  39.     <modules>
  40.       <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI"/>
  41.     </modules>
  42.     <handlers>
  43.       <add name="FineUIResAxd" verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI"/>
  44.     </handlers>
  45.     <httpErrors errorMode="Detailed"/>
  46.     <asp scriptErrorSentToBrowser="true"/>
  47.   </system.webServer>
  48. <location path="res.axd">

  49.     <system.web>
  50.       <authorization>
  51.         <allow users ="*" />
  52.       </authorization>
  53.     </system.web>
  54.   </location>
  55.    
  56. </configuration>
复制代码
web.config




作者: sanshi    时间: 2013-6-19 09:49
下载空项目对比下:http://fineui.com/bbs/forum.php?mod=viewthread&tid=2123
作者: todd    时间: 2013-6-19 10:28
重新从空项目导入代码,结果   错误: “Ext”未定义
作者: todd    时间: 2013-6-19 11:51
已解決,原來都是人品問題,FineUI是完美的!




欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4