FineUI 官方论坛

标题: IIS7发布后访问加载圈一直转,进不了界面。求大神 [打印本页]

作者: 周利清    时间: 2013-8-29 19:32
标题: IIS7发布后访问加载圈一直转,进不了界面。求大神
IIS7 发布后,用localhost的URL预览ok的,但用IP访问后,加载圈一直转就是加载不了界面。无任何异常和错误抛出。什么原因啊?求大神帮忙。急!
我的配置文件:
<configuration>  <configSections>    <section name="FineUI" type="FineUI.ConfigSection, FineUI" requirePermission="false"/>  </configSections>  <FineUI EnableBigFont="true" DebugMode="true"/>  <appSettings/>  <connectionStrings/>  <system.web>    <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">      <controls>        <add assembly="FineUI" namespace="FineUI" tagPrefix="x"/>      </controls>    </pages>    <httpModules>      <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI"/>    </httpModules>    <httpHandlers>      <add verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI" validate="false"/>    </httpHandlers>    <httpRuntime maxRequestLength="102400 "/>    <customErrors mode="Off"/>    <compilation debug="true" targetFramework="4.0"/> </system.web>  <location path="res.axd">    <system.web>      <authorization>        <allow users ="*" />      </authorization>    </system.web>  </location>用的是经典模式。






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