PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

后台登录超时 [复制链接]

1#
xiyou老大,我用的是免费版的,后台登录进去后点任何栏目都会出现登录超时,以前没有出现这个问题,更新首页index.aspx文件后就好了,过了4天又会出现这个问题
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <appSettings>
    <add key="Url" value="www.tyhljy.com" />
    <add key="License" value="" />
    <add key="DbType" value="0" />
    <add key="DBPath" value="/e/ghfghfg11/#dfgdd%fgyh.mdb" />
    <add key="SqlConnection" value="Provider=SQLOLEDB;Data Source=47.89.20.184;Initial Catalog=sq_data;User ID=sa;Password=123456" />
    <add key="ManageDirectory" value="/e/masterhl/" />
  </appSettings>
  <system.web>
    <httpModules>
    </httpModules>
    <pages validateRequest="false" enableEventValidation="false" enableViewStateMac="false" viewStateEncryptionMode="Never" />
    <compilation defaultLanguage="C#" debug="false" />
    <authentication mode="Forms" />
    <customErrors mode="Off">
      <error statusCode="404" redirect="/error404.html" />
    </customErrors>
    <globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8" />
    <httpRuntime maxRequestLength="1024000" executionTimeout="3600" />
  </system.web>
  <system.webServer>
    <directoryBrowse enabled="true" showFlags="Date, Time, Size, Extension" />
    <defaultDocument>
      <files>
        <clear />
        <add value="index.aspx" />
        <add value="index.html" />
        <add value="index.htm" />
        <add value="Default.htm" />
        <add value="Default.asp" />
        <add value="iisstart.htm" />
        <add value="default.aspx" />
      </files>
    </defaultDocument>
  </system.webServer>
</configuration>
360截图20181119101918951.jpg (, 下载次数:0)

(2018/11/19 10:23:55 上传)

360截图20181119101918951.jpg

分享 转发
TOP
发新话题 回复该主题