Originally posted by BrowneIssue
View Post


<html> <head> <title>ASP 500 Error</title> <style> BODY { FONT-FAMILY: Arial; FONT-SIZE: 10pt; BACKGROUND: #ffffff; COLOR: #000000; MARGIN: 15px; } H2 { FONT-SIZE: 16pt; COLOR: #ff0000; } TABLE { BACKGROUND: #000000; PADDING: 5px; } TH { BACKGROUND: #0000ff; COLOR: #ffffff; } TR { BACKGROUND: #cccccc; COLOR: #000000; } </style> </head> <body> <h2 align="center">An Error Occured</h2> <p align="center">An error occurred processing the page you requested. Please visit the home page<br> <!--Please see the details below for more information.</p> <div align="center"><center> <table> <tr> <th nowrap align="left" valign="top">COM Error Number</th> <td align="left" valign="top">-2147217871 (0x80040E31)</td> </tr> <tr> <th nowrap align="left" valign="top">File Name</th> <td align="left" valign="top">/Default.asp</td> </tr> <tr> <th nowrap align="left" valign="top">Line Number</th> <td align="left" valign="top">204</td> </tr> <tr> <th nowrap align="left" valign="top">Brief Description</th> <td align="left" valign="top">[Microsoft][ODBC SQL Server Driver]Timeout expired</td> </tr> </table> --></center></div> </body> </html>
Comment