关于网站上传 [英] about website upload

查看:73
本文介绍了关于网站上传的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在filzilla中将网页上传到Web文件夹

i am upload a webpages in filzilla at web folder

页面是defalult.aspx,默认值,aspx.cs,web.config 

the pages are defalult.aspx,default,aspx.cs,web.config 

但是我有一个以上错误

我的web.config文件代码是..

my web.config file code is..

<?

xml 版本 = " 1.0 "

xml version="1.0"?>

<!-

注意:作为手动编辑此文件的替代方法,您可以使用

Note: As an alternative to hand editing this file you can use the

网络管理工具,可为您的应用程序配置设置.使用

web admin tool to configure settings for your application. Use

Visual Studio中的网站-> Asp.Net配置"选项.

the Website->Asp.Net Configuration option in Visual Studio.

完整的设置和注释列表可以在

A full list of settings and comments can be found in

machine.config.comments通常位于

machine.config.comments usually located in

\ Windows \ Microsoft.Net \ Framework \ v2.x \ Config

\Windows\Microsoft.Net\Framework\v2.x\Config

->

<

配置 >

configuration>

<

appSettings /> <字体大小="2" color =#0000ff">

appSettings/>

<

connectionStrings /> <字体大小="2" color =#0000ff">

connectionStrings/>

<

system.web >

system.web>

<!-

设置编译调试="true";插入调试

Set compilation debug="true" to insert debugging

符号进入已编译页面.因为这

symbols into the compiled page. Because this

影响性能,将此值设置为true

affects performance, set this value to true only

在开发过程中.

 

->

-->

<

编译 调试 = " false "

compilation debug="false" />

<!-

< authentication>部分启用配置

The <authentication> section enables configuration

使用的安全认证模式

ASP.NET识别传入的用户.

ASP.NET to identify an incoming user.

 

->

-->

<

身份验证 模式 = " "

authentication mode="Windows" />

<!-

< customErrors>部分启用配置

The <customErrors> section enables configuration

如果/发生未处理的错误时该怎么办

of what to do if/when an unhandled error occurs

在执行请求期间.具体来说,

during the execution of a request. Specifically,

它使开发人员可以配置html错误页面

it enables developers to configure html error pages

显示在错误堆栈跟踪的位置.

to be displayed in place of a error stack trace.

 

->

-->

<

customErrors 模式 = " 关闭 "

customErrors mode="Off">

<!-

<错误statusCode ="403"; redirect ="NoAccess.htm" />

<error statusCode="403" redirect="NoAccess.htm" />

<错误statusCode ="404" redirect =" FileNotFound.htm" />

<error statusCode="404" redirect="FileNotFound.htm" />

->

-->

</

customErrors >

customErrors>

</

system.web >

system.web>

</

配置 >

请帮助我

 

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

plz help from this error 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.

 

推荐答案

 

谢谢您的发帖!  ;我建议将您的问题发布到MS论坛之一中,


这篇关于关于网站上传的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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