Server Error in '/' Application.

Login failed for user 'qdl401'.

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 'qdl401'.

Source Error:


Line 16:     protected void Page_Load(object sender, EventArgs e)
Line 17:     {
Line 18:         Repeater1.DataSource = BD.SqlaDataTable("select * from somos order by orden asc");
Line 19:         Repeater1.DataBind();
Line 20:     }

Source File: d:\xvrt\grupomundomovil.com\Html\quienes-somos.aspx.cs    Line: 18

Stack Trace:


[SqlException (0x80131904): Login failed for user 'qdl401'.]
   BD.SqlaDataTable(String sql) +151
   quienes_somos.Page_Load(Object sender, EventArgs e) in d:\xvrt\grupomundomovil.com\Html\quienes-somos.aspx.cs:18
   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.8974