Classic ASP Site Throwing Date Conversion Error After Moving Servers?
        Posted  
        
            by leen3o
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by leen3o
        
        
        
        Published on 2010-04-19T10:56:28Z
        Indexed on 
            2010/04/20
            12:43 UTC
        
        
        Read the original article
        Hit count: 339
        
I am moving an old store from a Win2003 IIS6 server to a Win2008 IIS7 server, moved everything across including database. The front end seems to work just fine, but when I login it has to do pull in data based on date ranges and now from no where I am getting this error?
The conversion of a varchar data type to a datetime data type resulted in an out-of-range value
Any ideas why this would do this on the new server and NOT on the old one? No code has changed and the DB is a backup of the one from the old server??
© Stack Overflow or respective owner