|
||||
Frequently Asked Questions
Save file stream to MS SQL
Database.
Problem Out of memory error occurred
during saving a large file into database. Cause A common practice to reduce
the amount of memory used when writing a BLOB value is to write the BLOB to the
database in "chunks". Resolution
IIS 7 and Getting 404.13
error on the website.
Problem You may get HTTP
Error 404.13 – CONTENT_LENGTH_TOO_LARGE error on the website hosted on
IIS7. Cause Request filtering is
configured on the Web server to deny the request because the content length exceeds
the configured value. The requested URL tries to
upload a file of size that is greater than that set in the
maxAllowedContentLength property of the <requestLimits> node under
<requestFiltering> Resolution
|
||||