注册 登录
编程论坛 ASP.NET技术论坛

请大大们帮忙

kdfm77 发布于 2008-11-30 14:20, 806 次点击
Server Error in '/aa' 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: Unrecognized configuration section 'connectionStrings'

Source Error:


Line 10: <configuration>
Line 11:     <appSettings/>
Line 12:     <connectionStrings/>
Line 13:     <system.web>
Line 14:         <!--
 

Source File: C:\Documents and Settings\Administrator\桌面\VBnetNews\VBnetNews\web.config    Line: 12
不知道为什么ASPX的在虚拟机上运行不了...请大大们帮忙??
4 回复
#2
hebingbing2008-11-30 14:24
Unrecognized configuration section 'connectionStrings'
很清楚啊,你的connectionStrings节中没有内容啊……
#3
kdfm772008-11-30 14:56
还有令外一个:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'Lb_news.index'.

Source Error:


Line 1:  <%@ Page language="c#" Codebehind="index.aspx.cs" AutoEventWireup="false"  Inherits="Lb_news.index" %>
Line 2:  <%@ Register TagPrefix="uc1" TagName="top" Src="top.ascx" %>
Line 3:  <%@ Register TagPrefix="uc1" TagName="bottom" Src="bottom.ascx" %>
 

Source File: C:\Documents and Settings\Administrator\桌面\aas\index.aspx    Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; Version:1.1.4322.2032
#4
kdfm772008-11-30 14:59
没内容,,那要加什么呢
#5
hebingbing2008-11-30 17:53
加什么内容那就看你了,应该是连接字符串了,下面的错误也是一样的找不到文件……
1