qq_37471629 2017-05-04 08:26 采纳率: 0%
浏览 858

Java模拟登录教务在线,返回的是这样的结果,什么意思???求解



运行时错误
<br> body {font-family:&quot;Verdana&quot;;font-weight:normal;font-size: .7em;color:black;} <br> p {font-family:&quot;Verdana&quot;;font-weight:normal;color:black;margin-top: -5px}<br> b {font-family:&quot;Verdana&quot;;font-weight:bold;color:black;margin-top: -5px}<br> H1 { font-family:&quot;Verdana&quot;;font-weight:normal;font-size:18pt;color:red }<br> H2 { font-family:&quot;Verdana&quot;;font-weight:normal;font-size:14pt;color:maroon }<br> pre {font-family:&quot;Lucida Console&quot;;font-size: .9em}<br> .marker {font-weight: bold; color: black;text-decoration: none;}<br> .version {color: gray;}<br> .error {margin-bottom: 10px;}<br> .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }<br>
<body bgcolor="white">

        <span><H1>“/”应用程序中的服务器错误。<hr width=100% size=1 color=silver></H1>

        <h2> <i>运行时错误</i> </h2></span>

        <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

        <b> 说明: </b>服务器上出现应用程序错误。此应用程序的当前自定义错误设置禁止远程查看应用程序错误的详细信息(出于安全原因)。但可以通过在本地服务器计算机上运行的浏览器查看。
        <br><br>

        <b>详细信息:</b> 若要使他人能够在远程计算机上查看此特定错误消息的详细信息,请在位于当前 Web 应用程序根目录下的“web.config”配置文件中创建一个 &lt;customErrors&gt; 标记。然后应将此 &lt;customErrors&gt; 标记的“mode”特性设置为“Off”。<br><br>

        <table width=100% bgcolor="#ffffcc">
           <tr>
              <td>
                  <code><pre>

<!-- Web.Config 配置文件 -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

              </td>
           </tr>
        </table>

        <br>

        <b>注释:</b> 通过修改应用程序的 &lt;customErrors&gt; 配置标记的“defaultRedirect”特性,使之指向自定义错误页的 URL,可以用自定义错误页替换所看到的当前错误页。<br><br>

        <table width=100% bgcolor="#ffffcc">
           <tr>
              <td>
                  <code><pre>

<!-- Web.Config 配置文件 -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

              </td>
           </tr>
        </table>

        <br>

</body>

  • 写回答

1条回答 默认 最新

  • threenewbee 2017-05-05 04:17
    关注

    如果正常访问可以,那么是你的参数传错了。否则是服务器本身有问题

    评论

报告相同问题?

悬赏问题

  • ¥15 mmocr的训练错误,结果全为0
  • ¥15 python的qt5界面
  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀