When DateTime.MinValue Attacks

The other day I purchased myself a new Dell server for home, and when checking out my order status on their .NET Web App, I noticed this nice piece of information under the section of viewing all previous orders by my customer number.

MinValue

Being this close to Christmas, the only possible solution is that Jesus must have bought my server for me. Heh, beat that Santa!

3 Comments

  • Hehe, Jesus bought you a server, nice one! :-)

  • What do you know! Another guy with my name! Anyways, yes of course it was Jesus! Unless you are blind to the clear evidence above.

  • Hi, I found this code in one of your article in c# version which solved my problem of error which i was getting while 0pening solution



    Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs)

    ' Fires at the beginning of each request

    Dim ver As String = Request.ServerVariables("URL").ToString()

    If (ver.IndexOf("get_aspx_ver.aspx") >= 0) Then Response.End()

    End Sub



    but the problem still their, not opening pages, showing page not found for each and every page



    thank you



    please write me to "devtodev @ g m ail. co m"

Comments have been disabled for this content.