当前位置: 代码迷 >> .NET Framework >> 十分急 !不支持关键字: “persist security info”。什么情况
  详细解决方案

十分急 !不支持关键字: “persist security info”。什么情况

热度:284   发布时间:2016-05-01 23:40:02.0
非常急 !!不支持关键字: “persist security info”。什么情况?
Server Error in '/' Application.

不支持关键字: “persist security 
info”。

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.ArgumentException: 不支持关键字: “persist security 
info”。

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 


[ArgumentException: 不支持关键字: “persist security 

info”。]
   System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +5109652
   System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +98
   System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +64
   System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +24
   System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +150
   System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) +59
   System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +4
   System.Data.SqlClient.SqlConnection..ctor(String connectionString) +26
   shopping.DataAccess.GetTIExchange(String Theme) +85
   shopping.Gift.index.GetDataBind() +62
   shopping.Gift.index.Page_Load(Object sender, EventArgs e) +67
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +91
   System.Web.UI.Control.LoadRecursive() +74
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
------解决方案--------------------
连接字符串有问题
------解决方案--------------------
http://zhidao.baidu.com/link?url=IGMcmYoc_keRbND2GnAgyUIkEATaZ4VJtmnnpSywCMxXe1ESDqIG0YEM8MQpAiVzZX88ZSSwOEqpvW0WwBQu6K


接口不支持保存密码
------解决方案--------------------
看看连接字符串有什么问题吧。
  相关解决方案