大家救救我,重重有赏!!!!!(50分)

  • 主题发起人 hahaxixi
  • 开始时间
H

hahaxixi

Unregistered / Unconfirmed
GUEST, unregistred user!
我编写了一个.aspx文件,在win2000 professional下面新建一个虚拟目录,想在浏览器下面看看效果,但是出现如下错误:
Server Error in '/cjb' 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: The XML file E:/cjb/web.config could not be loaded. Invalid byte was found at byte index 214.
Source Error:
[No relevant source lines]
Source File: E:/cjb/web.config Line: 0
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0;
ASP.NET Version:1.0.3705.0
--------------------------------------------------------------------------------
webconfig的内容如下:
<configuration>
<appSettings>
<add key="MM_CONNECTION_HANDLER_cjb1" value="sqlserver.htm" />
<add key="MM_CONNECTION_STRING_cjb1" value="Persist Security Info=False;Data Source=210.43.152.7;Initial Catalog=cjb;User ID=cjb;Password=cjb" />
<add key="MM_CONNECTION_DATABASETYPE_cjb1" value="SQLServer" />
<add key="MM_CONNECTION_SCHEMA_cjb1" value="" />
<add key="MM_CONNECTION_CATALOG_cjb1" value="" />
</appSettings>
</configuration>
 
刚学。net 恐怕你要重做一遍
帮你提前一下吧
 
顶部