Mediachase FileUploader.NET 1.9 Framework Help

McHttpModule.httpFileTempStorageConnectionString Property

When using SqlServer mode to store temporary file, specifies the string used to open a SQL Server database.

[Visual Basic]
Public Shared Property httpFileTempStorageConnectionString As String
[C#]
public static string httpFileTempStorageConnectionString {get; set;}

Property Value

The connection string that includes the source database name, and other parameters needed to establish the initial connection. The default value is an empty string.

See Also

McHttpModule Class | Mediachase.FileUploader Namespace