系统试运行了. 部署到生产环境. 调整了一下web.config的配置.
解决了远程部署中"语法错误:行1" 的问题.
顺便精简了一下.

 1Atlas 在web.config中的配置    <system.web>
 2Atlas 在web.config中的配置      <httpHandlers>
 3Atlas 在web.config中的配置        <add verb="*" path="atlasglob.axd" type="Microsoft.Web.Globalization.GlobalizationHandler" validate="false"/>
 4Atlas 在web.config中的配置      </httpHandlers>
 5Atlas 在web.config中的配置
 6Atlas 在web.config中的配置      <pages>
 7Atlas 在web.config中的配置        <controls>
 8Atlas 在web.config中的配置          <add namespace="Microsoft.Web.UI" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
 9Atlas 在web.config中的配置        </controls>
10Atlas 在web.config中的配置      </pages>
11Atlas 在web.config中的配置
12Atlas 在web.config中的配置      <trace enabled="false" requestLimit="20" pageOutput="false" traceMode="SortByTime" localOnly="true"/>
13Atlas 在web.config中的配置      <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" />
14Atlas 在web.config中的配置
15Atlas 在web.config中的配置      <authentication mode="Forms">
16Atlas 在web.config中的配置        <forms name=".ADUAUTH" loginUrl="Login.aspx" protection="All"></forms>
17Atlas 在web.config中的配置      </authentication>
18Atlas 在web.config中的配置      <authorization>
19Atlas 在web.config中的配置        <deny users="?"/>
20Atlas 在web.config中的配置        <allow users="*"/>
21Atlas 在web.config中的配置      </authorization>
22Atlas 在web.config中的配置
23Atlas 在web.config中的配置      <customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly" />
24Atlas 在web.config中的配置      <compilation debug="false">
25Atlas 在web.config中的配置      </compilation>
26Atlas 在web.config中的配置    </system.web>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2022-02-20
  • 2022-02-21
相关资源
相似解决方案