背景信息:我正在尝试按照here找到的ASP.NET网站的教程进行操作。
我正在使用Visual Studio 2012.
我唯一改变的是命名空间名称,否则我认为我遵循了它。
这是我尝试启动网站时的错误消息
' /'中的服务器错误应用
不支持关键字:'数据源'。
描述:执行当前Web请求期间发生了未处理的异常。请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息。
异常详细信息:System.ArgumentException:不支持关键字:'数据 源'
来源错误:
在执行当前Web请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪来识别有关异常的起源和位置的信息。
堆栈追踪:
[ArgumentException:不支持关键字:'数据源'。] System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable,String connectionString,Boolean buildChain,Hashtable synonyms definitions,Boolean firstKey)+5764228
System.Data.Common.DbConnectionOptions..ctor(String connectionString,Hashtable peers,Boolean useOdbcRules)+95
System.Data.SqlClient.SqlConnectionString..ctor(String connectionString)+59
System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString,DbConnectionOptions previous)+27
System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(DbConnectionPoolKey key,DbConnectionPoolGroupOptions poolOptions,DbConnectionOptions& userConnectionOptions)+167
System.Data.SqlClient.SqlConnection.ConnectionString_Set(DbConnectionPoolKey key)+61
System.Data.SqlClient.SqlConnection.set_ConnectionString(String value)+94
System.Data.Entity.Internal.LazyInternalConnection.InitializeFromConnectionStringSetting(ConnectionStringSettings appConfigConnection)+254
System.Data.Entity.Internal.LazyInternalConnection.TryInitializeFromAppConfig(String name,AppConfig config)+79
System.Data.Entity.Internal.LazyInternalConnection.Initialize()+289
System.Data.Entity.Internal.LazyInternalConnection.get_ProviderName()+36
System.Data.Entity.Internal.LazyInternalContext.InitializeContext()+360
System.Data.Entity.Internal.InternalContext.Initialize()+31
System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType)+39
System.Data.Entity.Internal.Linq.InternalSet1.Initialize() +137
1.GetEnumerator()+38
System.Data.Entity.Internal.Linq.InternalSet
System.Data.Entity.Infrastructure.DbQuery`1.System.Collections.IEnumerable.GetEnumerator()+99
System.Web.UI.WebControls.ListViewPagedDataSource.GetEnumerator()+ 459
System.Web.UI.WebControls.ListView.CreateItemsWithoutGroups(ListViewPagedDataSource dataSource,Boolean dataBinding,InsertItemPosition insertPosition,ArrayList keyArray)+383
System.Web.UI.WebControls.ListView.CreateChildControls(IEnumerable dataSource,Boolean dataBinding)+2322
System.Web.UI.WebControls.ListView.PerformDataBinding(IEnumerable data)+98
System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data)+128
System.Web.UI.DataSourceView.Select(DataSourceSelectArguments参数,DataSourceViewSelectCallback回调)+34
System.Web.UI.WebControls.ModelDataSourceView.Select(DataSourceSelectArguments参数,DataSourceViewSelectCallback回调)+80
System.Web.UI.WebControls.DataBoundControl.PerformSelect()+ 143 3 System.Web.UI.WebControls.ListView.PerformSelect()+ 168 8 System.Web.UI.WebControls.BaseDataBoundControl.DataBind()+74
System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()+114
System.Web.UI.WebControls.ListView.CreateChildControls()+122
System.Web.UI.Control.EnsureChildControls()+92
System.Web.UI.Control.PreRenderRecursiveInternal()+42
System.Web.UI.Control.PreRenderRecursiveInternal()+160
System.Web.UI.Control.PreRenderRecursiveInternal()+160
System.Web.UI.Control.PreRenderRecursiveInternal()+160
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,Boolean includeStagesAfterAsyncPoint)+4775
答案 0 :(得分:-1)
在您的网络配置中尝试服务器而不是数据源