ummm, what's this mean?
Server Error in '/Chat' Application.
--------------------------------------------------------------------------------
Year, Month, and Day parameters describe an un-representable DateTime.
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.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.
Source Error:
Line 46: 'Response.Write(MD5Hash(password.Text.ToLower, odbcDR.Item("salt").ToString) & "<BR>")
Line 47:
Line 48: If MD5Hash(password.Text, odbcDR.Item("salt").ToString) = odbcDR.Item("password") Then
Line 49: Select Case odbcDR.Item("UserGroupID")
Line 50: Case 2, 6, 23
Source File: C:\Inetpub\vhosts\keithandthegirl.com\httpdocs\Cha t\Default.aspx.
vb Line: 48
Stack Trace:
[ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.]
System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day) +2611863
System.Data.ProviderBase.DbBuffer.ReadDate(Int32 offset) +63
System.Data.Odbc.CNativeBuffer.MarshalToManaged(In t32 offset, SQL_C sqlctype, Int32 cb) +559
System.Data.Odbc.OdbcDataReader.internalGetDate(In t32 i) +72
System.Data.Odbc.OdbcDataReader.GetValue(Int32 i, TypeMap typemap) +211
System.Data.Odbc.OdbcDataReader.GetValue(Int32 i) +54
System.Data.Odbc.DbCache.AccessIndex(Int32 i) +1209298
System.Data.Odbc.OdbcDataReader.GetValue(Int32 i) +28
System.Data.Odbc.OdbcDataReader.get_Item(String value) +24
ChatApplication_Default_.ButtonLogin_Click(Object sender, EventArgs e) in C:\Inetpub\vhosts\keithandthegirl.com\httpdocs\Cha t\Default.aspx.
vb:48
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210