ياشباب في بعض الاحيان عندما اريد ان افتح هذا الموقع
 http://www.falcomwatch.com 
تجيني هالرساله ولاادري وش معناها   
Server Error in '/' Application.
-------------------------------------------------------------------------------- 
Login failed for user 'sa'. 
Deion: 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 'sa'. 
Source Error:   
Line 12:         Dim Adapter As New SqlDataAdapter(strSQL, Cn)
Line 13:         Dim DT As New DataTable
Line 14:         Adapter.Fill(DT)
Line 15:         Return DT
Line 16:     End Function  
Source File: C:\FalcomWatchLive\App_Code\DataFunctions.
vb    Line: 14  
Stack Trace:   
[SqlException (0x80131904): Login failed for user 'sa'.]
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +437
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
   System.Data.SqlClient.SqlConnection.Open() +111
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +121
   System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) +162
   System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +107
   DataFunctions.DBRead(String strSQL) in C:\FalcomWatchLive\App_Code\DataFunctions.
vb:14
   WebUserControl.Page_Load(Object sender, EventArgs e) in C:\FalcomWatchLive\Gauge\Dashboard_AR1.ascx.
vb:105
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061    
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832