Server Error in '/' Application.

Logon failed for login 'DB_50399_sb_user' due to trigger execution.
Changed database context to 'DB_50399_sb'.
Changed language setting to us_english.

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.Data.SqlClient.SqlException: Logon failed for login 'DB_50399_sb_user' due to trigger execution.
Changed database context to 'DB_50399_sb'.
Changed language setting to us_english.

Source Error:


Line 44:     Sub BuildDataSource()
Line 45: 	
Line 46: 	con.open()
Line 47: 		dim ds as new dataset		
Line 48: 		

Source File: E:\web\saujanya\clist.aspx    Line: 46

Stack Trace:


[SqlException (0x80131904): Logon failed for login 'DB_50399_sb_user' due to trigger execution.
Changed database context to 'DB_50399_sb'.
Changed language setting to us_english.]
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +428
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +65
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
   System.Data.SqlClient.SqlConnection.Open() +122
   ASP.clist_aspx.BuildDataSource() in E:\web\saujanya\clist.aspx:46
   ASP.clist_aspx.Page_Load(Object Src, EventArgs E) in E:\web\saujanya\clist.aspx:40
   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) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062