Server Error in '/' Application.

Login failed for user 'daler1'.

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: Login failed for user 'daler1'.

Source Error:


Line 55:                 oProduto.VcStatus = "ativo";
Line 56: 
Line 57:                 lvProdutos.DataSource = oProdutoBLL.Listar(oProduto);
Line 58:                 lvProdutos.DataBind();
Line 59: 

Source File: e:\home\daler\Web\Produtos.aspx.cs    Line: 57

Stack Trace:


[SqlException (0x80131904): Login failed for user 'daler1'.]
   SQLServer.NovaConexao(String strConexao) in SQLServer.cs:61
   SQLServer..ctor() in SQLServer.cs:26
   dl1.BLL.DAL.ProdutoDAL.Listar(Produto oEntidade, String ordem) in ProdutoDAL.cs:280
   dl1.BLL.DAL.ProdutoDAL.Listar(Produto oEntidade) in ProdutoDAL.cs:143
   dl1.BLL.ProdutoBLL.Listar(Produto oEntidade) in ProdutoBLL.cs:130
   Produtos.Page_Load(Object sender, EventArgs e) in e:\home\daler\Web\Produtos.aspx.cs:57
   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.8974; ASP.NET Version:2.0.50727.8975