FineUI 官方论坛

标题: 【已解决】新人求教,请大家帮个忙啊 [打印本页]

作者: hagy    时间: 2015-7-17 11:16
标题: 【已解决】新人求教,请大家帮个忙啊
我采用论坛中的空项目,使用vs2012+.net4.0,发布在IIS7中后界面竟然变了,为什么?
[attach]7684[/attach]
而在测试期间是正常显示的,如下所示:
[attach]7685[/attach]
下面是我的配置文件,请问有问题吗?
  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="120"
  9.       EnableAjax="true"
  10.       Theme="Neptune"
  11.       FormMessageTarget="Qtip"
  12.       FormOffsetRight="0"
  13.       FormLabelWidth="100"
  14.       FormLabelSeparator=":"
  15.       IconBasePath="~/res/icon"
  16.       EnableAjaxLoading="true"
  17.       AjaxLoadingType="default"
  18.       CustomTheme=""
  19.       CustomThemeBasePath="~/res/theme"
  20.   -->
  21.   <FineUI DebugMode="false" />
  22.   <appSettings />
  23.   <connectionStrings />
  24.   <system.web>
  25.     <pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID">
  26.       <controls>
  27.         <add assembly="FineUI" namespace="FineUI" tagPrefix="f" />
  28.       </controls>
  29.     </pages>
  30.     <!--<httpModules>
  31.       <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI" />
  32.     </httpModules>
  33.     <httpHandlers>
  34.       <add verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI" validate="false" />
  35.     </httpHandlers>-->
  36.     <httpRuntime maxRequestLength="102400 " />
  37.     <customErrors mode="Off" />
  38.     <compilation debug="true" targetFramework="4.0" />
  39.     <!--
  40.     <authentication mode="Forms">
  41.       <forms name=".ASPXFORMSAUTH" loginUrl="~/default.aspx" timeout="120" defaultUrl="~/main.aspx" protection="All" path="/"/>
  42.     </authentication>
  43.     <authorization>
  44.       <deny users="?"/>
  45.     </authorization>
  46.     -->
  47.   </system.web>
  48.   
  49.   <!--<location path="res.axd">
  50.     <system.web>
  51.       <authorization>
  52.         <allow users ="*" />
  53.       </authorization>
  54.     </system.web>
  55.   </location>-->
  56.   
  57.    <!--IIS7集成管道模式-->
  58.   <system.webServer>
  59.     <modules>
  60.       <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI"/>
  61.     </modules>
  62.     <handlers>
  63.       <add name="FineUIResourceHandler" verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI"/>
  64.     </handlers>
  65.     <httpErrors errorMode="Detailed"/>
  66.     <asp scriptErrorSentToBrowser="true"/>
  67.   </system.webServer>
  68.   
  69.   <runtime>
  70.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  71.       <dependentAssembly>
  72.         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  73.         <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  74.       </dependentAssembly>
  75.     </assemblyBinding>
  76.   </runtime>
  77. </configuration>
复制代码


</configuration>


作者: hagy    时间: 2015-7-17 11:19
刚刚自己把问题找出来了…………。




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