OK..tried to login using the "sample" Administrator/Admin123# account pair and it seemed to let me in...but...after I chose a date to "check availability", this is what I get:
Server Error in '/AppointmentBooking' Application.
--------------------------------------------------------------------------------
Login failed for user ''. The user is not associated with a trusted SQL Server connection.
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 ''. The user is not associated with a trusted SQL Server connection.
Source Error:
Line 208: Return myDataSet
Line 209: Catch ex As Exception
Line 210: Throw
Line 211: Finally
Line 212: myConnection.Close()
Source File: C:\inetpub\wwwroot\AppointmentBooking\App_Code\Dat aAccess\AppointmentManagerDB.
vb Line: 210
Stack Trace:
[SqlException (0x80131904): Login failed for user ''. The user is not associated with a trusted SQL Server connection.]
System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException exception, Boolean breakConnection) +735107
System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838
System.Data.SqlClient.SqlInternalConnectionTds.Com pleteLogin(Boolean enlistOK) +33
System.Data.SqlClient.SqlInternalConnectionTds.Ope nLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +628
System.Data.SqlClient.SqlInternalConnectionTds..ct or(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +170
System.Data.SqlClient.SqlConnectionFactory.CreateC onnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +130
System.Data.ProviderBase.DbConnectionFactory.Creat ePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +28
System.Data.ProviderBase.DbConnectionPool.CreateOb ject(DbConnection owningObject) +424
System.Data.ProviderBase.DbConnectionPool.UserCrea teRequest(DbConnection owningObject) +66
System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) +496
System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) +82
System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
System.Data.Common.DbDataAdapter.FillInternal(Data Set dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +121
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +86
AppointmentManagerDB.GetTimeSheet(DateTime selectedDate) in C:\inetpub\wwwroot\AppointmentBooking\App_Code\Dat aAccess\AppointmentManagerDB.
vb:210
AppointmentManager.GetTimeSheet(DateTime selectedDate) in C:\inetpub\wwwroot\AppointmentBooking\App_Code\Bus inessLogic\AppointmentManager.
vb:66
CheckAvailability.LoadData() in C:\inetpub\wwwroot\AppointmentBooking\CheckAvailab ility.aspx.
vb:13
CheckAvailability.calAppointmentDate_SelectionChan ged(Object sender, EventArgs e) in C:\inetpub\wwwroot\AppointmentBooking\CheckAvailab ility.aspx.
vb:31
System.Web.UI.WebControls.Calendar.OnSelectionChan ged() +117
System.Web.UI.WebControls.Calendar.SelectRange(Dat eTime dateFrom, DateTime dateTo) +242
System.Web.UI.WebControls.Calendar.RaisePostBackEv ent(String eventArgument) +827
System.Web.UI.WebControls.Calendar.System.Web.UI.I PostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +174
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102