FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

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

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

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

搜索
查看: 3471|回复: 1
打印 上一主题 下一主题

FineUI专业版(试用期内)发布网站后界面不显示

[复制链接]
跳转到指定楼层
楼主
发表于 2015-8-21 17:26:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我是用FineUI专业版2.6进行开发的,还没有买授权,不过还在试用期内。
自己开发了一个测试网站,在本机发布网站时,可以显示界面,但是到其他电脑发布网站,只能显示验证码,登陆界面完全看不到。
以下是我的web.config配置信息
<configuration>
  <configSections>
    <section name="FineUIPro" type="FineUIPro.ConfigSection, FineUIPro" requirePermission="false"/>
  </configSections>
  <!-- 可用的配置项(这里列的都是默认值):
      Theme="Default"
      Language="zh_CN"
      DebugMode="false"
      FormMessageTarget="Qtip"
      FormOffsetRight="0"
      FormLabelWidth="100"
      FormLabelSeparator=":"
      FormLabelAlign="Left"
      FormRedStarPosition="AfterText"
      EnableAjax="true"
      EnableAjaxLoading="true"
      AjaxTimeout="120"
      AjaxLoadingType="Default"
      AjaxLoadingText=""
      ShowAjaxLoadingMaskText=false
      AjaxLoadingMaskText=""
      CustomTheme=""
      CustomThemeBasePath="~/res/themes"
      IconBasePath="~/res/icon"
      JSBasePath="~/res/js"
      IEEdge="true"
      EnableShim="false"
      EnableCompactMode="false"
  -->
  <FineUIPro DebugMode="true" Theme="Default"/>
  <system.web>
    <!-- Net4.0以上的项目,一定要为pages节点加上这两个属性:controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID" -->
    <pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID">
      <controls>
        <!--<add tagPrefix="anthem" namespace="Anthem" assembly="Anthem"/>-->
        <add assembly="FineUIPro" namespace="FineUIPro" tagPrefix="f"/>
      </controls>
    </pages>
    <httpModules>
      <add name="FineUIProScriptModule" type="FineUIPro.ScriptModule, FineUIPro"/>
    </httpModules>
    <httpHandlers>
      <add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/>
      <add verb="GET" path="res.axd" type="FineUIPro.ResourceHandler, FineUIPro" validate="false"/>
    </httpHandlers>
    <!-- 请求正文的最大值: 512000K = 500M  -->
    <httpRuntime maxRequestLength="512000"/>
    <customErrors mode="Off"/>
    <compilation debug="true" targetFramework="4.0">
      <buildProviders>
        <add extension=".edmx" type="System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider"/>
      </buildProviders>
      <assemblies>
        <add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
      </assemblies>
    </compilation>
    <!--
      在虚拟主机中运行ASP.NET程序,要添加如下配置项,否则在页面回发时可能出现“验证视图状态 MAC 失败”的错误。
      如何生成MachineKey:http://blogs.msdn.com/b/amb/arch ... ate-machinekey.aspx
    <machineKey decryptionKey="7E2D92E82700F80C72AA0F6FBE42CCDB76A9A29805355115,IsolateApps" validationKey="40C295F1C6E7332867DD50EBAD174E3A5EF52212070B15519FAB47C00B9EEFA18F24643EFB59FC10946F75CE2EF2DB2D6437BA23CF55A1E358FA32FB25DFFE74,IsolateApps" />
    -->
    <!--
    <authentication mode="Forms">
      <forms name=".ASPXFORMSAUTH" loginUrl="~/default.aspx" timeout="120" defaultUrl="~/main.aspx" protection="All" path="/"/>
    </authentication>
    <authorization>
      <deny users="?"/>
    </authorization>
    -->
  </system.web>
  <system.webServer>
    <directoryBrowse enabled="true"/>
    <validation validateIntegratedModeConfiguration="false"/>
    <defaultDocument>
      <files>
        <add value="Login.aspx"/>
      </files>
    </defaultDocument>
  </system.webServer>
  <!--
  <location path="res.axd">
    <system.web>
      <authorization>
        <allow users ="*" />
      </authorization>
    </system.web>
  </location>
  -->
</configuration>

沙发
发表于 2015-8-21 18:43:50 | 只看该作者
看常见问题:http://fineui.com/bbs/forum.php?mod=viewthread&tid=655

或者:http://fineui.com/demo_pro/#/dem ... dify_webconfig.aspx

最有可能是 IIS 的经典模式 和 集成模式 需要的 Web.config 配置不同导致的!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-2 11:15 , Processed in 0.043761 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

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