Server Error in '/projects' Application.

Login failed for user 'appils_new'.

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.OleDb.OleDbException: Login failed for user 'appils_new'.

Source Error:


Line 46: 			try
Line 47: 			{
Line 48: 				this.conn1.Open();
Line 49: 			}
Line 50: 			catch(InvalidOperationException exc)

Source File: c:\inetpub\wwwroot\projects\App_Code\Global\DataHandler.cs    Line: 48

Stack Trace:


[OleDbException (0x80040e4d): Login failed for user 'appils_new'.]
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +497
   System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +100
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions) +57
   System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +1142
   System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +312
   System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +23
   System.Data.OleDb.OleDbConnection.Open() +52
   projects.Global.DataHandler.openConnection() in c:\inetpub\wwwroot\projects\App_Code\Global\DataHandler.cs:48
   projects.projectDetails.fillData() in c:\inetpub\wwwroot\projects\projectDetails.aspx.cs:40
   projects.projectDetails.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\projects\projectDetails.aspx.cs:32
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0