Hi,
When you sent my confirmation email, all I got was an error message that said this; ( Please re-send, I need a record of this transaction). Thanks......Steve
Server Error in '/' Application.
--------------------------------------------------------------------------------
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
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.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
Source Error:
Line 28: Dim strSQLDoc As String = "SELECT DateSent, 'SAMPLE/' + REPLACE(PDFPath, 'S:\EDEX\', '') + '/' + PDFName As PDFPathName, PDFName FROM tblFaxEmail WHERE DocID = " & intDocID & ";"
Line 29: Dim cmdValidate As New SqlCommand(strSQLDoc, sqlConn)
Line 30: sqlConn.Open()
Line 31: Dim daDoc As New SqlDataAdapter(strSQLDoc, sqlConn)
Line 32: Dim dsDoc As New DataSet
Source File: E:\credit-letters-site-email\Default.aspx.vb Line: 30