FineUI 官方论坛
标题:
appbox发布后登录页不跳转
[打印本页]
作者:
雏鸟
时间:
2014-10-20 09:34
标题:
appbox发布后登录页不跳转
appbox发布以后,登录页点击登录按钮以后不跳转到main页,我直接输入main页可以进入系统,进入系统以后点击安全退出按钮不返回登录页!在VS中调试时没有这种问题,请大家和三石老大指点一下!
作者:
一路上有你
时间:
2014-10-20 15:43
我也遇到同样的问题,appbox上开发的系统,在vs调试没有问题,IIS发布后,登陆不会跳转页面,需要手动刷新页面才能跳转。同求解决方法!三石老大指点一下!
作者:
雏鸟
时间:
2014-10-21 15:29
三石老大,请帮看看吧!
作者:
拓梦
时间:
2014-12-16 16:53
IIS应用程序池设置成经典模式吧
作者:
freddy
时间:
2014-12-16 22:55
我拿Appbox4在VS下也是一样的。
作者:
freddy
时间:
2014-12-17 23:58
高手没人搭理,菜鸟只好自己琢磨,把Web.config改了下,貌似可以了,不止一个人碰到的问题,总归有人解决过吧? 为何没有人能够把改过的发出来,让菜鸟们少走点弯路?是不屑来回答吗?
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="FineUI" type="FineUI.ConfigSection, FineUI" requirePermission="false" />
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<!-- For more information on Entity Framework configuration, visit
http://go.microsoft.com/fwlink/?LinkID=237468
--></configSections>
<appSettings />
<connectionStrings>
<clear />
<add name="Default" connectionString="
assword=sa
ersist Security Info=True;User ID=sa;Initial Catalog=AppBox;Data Source=." providerName="System.Data.SqlClient" />
<add name="MySQL" connectionString="Server=localhost;Database=appbox;Uid=root
wd=root;Charset=utf8" providerName="MySql.Data.MySqlClient" />
</connectionStrings>
<FineUI DebugMode="true" />
<system.web>
<pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID">
<controls>
<add assembly="FineUI" namespace="FineUI" tagPrefix="f" />
</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 />
<compilation debug="true" targetFramework="4.0" />
<customErrors mode="Off" />
<authentication mode="Forms">
<forms name=".APPBOX_FORMS_AUTH" loginUrl="~/default.aspx" timeout="120" defaultUrl="~/main.aspx" protection="All" path="/" />
</authentication>
<authorization>
<deny users="?" />
</authorization>
</system.web>
<system.webServer>
<modules>
<add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI" />
</modules>
<handlers>
<add name="MyHandler" path="res.axd" verb="GET" type="FineUI.ResourceHandler, FineUI" preCondition="integratedMode" />
</handlers>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>
<location path="icon">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="res">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="extjs">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="v11.0" />
</parameters>
</defaultConnectionFactory>
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
作者:
sundial
时间:
2015-3-25 15:26
freddy 发表于 2014-12-17 23:58
高手没人搭理,菜鸟只好自己琢磨,把Web.config改了下,貌似可以了,不止一个人碰到的问题,总归有人解决过 ...
高手,您改的哪部分?现在我这里也遇到这个问题了,就是登陆没反应,不过貌似是浏览器的兼容问题(在IE11下登陆不了,其他版本的IE都可以,其他品牌的浏览器也没问题)
作者:
397401250
时间:
2015-4-15 10:53
有可能是按钮的ajax属性导致。
作者:
顾敏
时间:
2015-9-17 14:42
没看出来改的哪啊!!!!请大神赐教!!!!
作者:
ikalu
时间:
2016-4-4 00:10
有人知道怎么搞啊,困扰我好几天了
作者:
Gnid
时间:
2016-4-4 21:20
ExtJs文件夹是否一并发布了?
作者:
ben74
时间:
2016-11-21 10:41
修改webconfig
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4