谁能帮忙解决"/"应用程序中的服务器错误. [英] Can any one help dis error Server Error in '/' Application.

查看:66
本文介绍了谁能帮忙解决"/"应用程序中的服务器错误.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每个人
我正在服务器本地上载一个.aspx页面,但它在工作,但服务器端却不工作
我收到像dis这样的错误
可以帮忙吗
->我将web.config文件放在文件夹外面
->我使用.Net 2.0框架
Application中的服务器错误.运行时错误

说明:服务器上发生应用程序错误.该应用程序的当前自定义错误设置可防止出于安全原因而远程查看该应用程序错误的详细信息.但是,可以由运行在本地服务器计算机上的浏览器查看.

详细信息:要使此特定错误消息的详细信息在远程计算机上可见,请创建一个< customErrors>位于当前Web应用程序根目录中的"web.config"配置文件中的标记.此< customErrors>标签应将其模式"属性设置为关".
服务器上发生了应用程序错误.当前
此应用程序的自定义错误设置可防止远程查看应用程序错误的详细信息(出于安全原因).但是,它可以由运行在本地服务器>机器上的浏览器查看.



hi Every One
I am upload one .aspx page in server localy it is working but server side not working
i am getting error like dis
can any help dis
-> i placed web.config file is out side folder
-> i used .Net 2.0 framework
Server Error in Application.Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
An application error occurred on the server. The current
custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It >could, however, be viewed by browsers running on the local server >machine.



<!-- Web.Config Configuration File -->

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

推荐答案

请设置< system.web>正确标记,然后在页面上显示错误.然后粘贴错误

< configuration>
< system.web>
< customerrors mode ="off">
</system.web>
please set <system.web> tag correctly and after that show error on page.and then paste error

<configuration>
<system.web>
<customerrors mode="off">
</system.web>


<configuration>
<system.web>
<customerrors mode="off">
</system.web>




我放置了相同的
像dis,但是却遇到相同的错误




i placed same
like dis but getting same error


我认为您的designer.cs页面出现了一些问题.
打开.aspx.designer.aspx,检查其某些控件未在那里更新.
如果没有,请手动更新.
我认为这可以.
I think some problem occour in your designer.cs page.
open .aspx.designer.aspx check their some control are not updated there.
If not there update it manually .
I think it will work.


这篇关于谁能帮忙解决"/"应用程序中的服务器错误.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆