当前位置:编程学习 > C#/ASP.NET >>

在本地调试没问题..上传到服务器就出现以下错误...急~~~

Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Invalid character in the given encoding. Line 16, position 47.

Source Error: 


Line 14:     <system.web>
Line 15:         <!-- 
Line 16:             设置 compilation debug="true" 将调试符号插�?
Line 17:             已编译的页面中。但由于这会 
Line 18:             影响性能,因此只在开发过程中将此�?
 
--------------------编程问答-------------------- ttttttttttt --------------------编程问答-------------------- webconfig debug设置为true 看什么错误。。 --------------------编程问答-------------------- <customErrors mode="Off"/> --------------------编程问答-------------------- 将web.config中的 customErrors设置未 Off --------------------编程问答-------------------- webconfig里面有参数设置错误,重点找一下 --------------------编程问答-------------------- 1、将web.config中所有的注释全部去掉试试
2、.net版本的问题,例如你基于.NET2.0开发,而服务器只支持1.1版本的
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,