Monday, July 28, 2008

Request object error 'ASP 0104 : 80004005'

I got this from an online source.
IIS6.0 prevent the upload of files more than +200Kb. So you need to make some changes in the default IIS settings first.

Solution:
  1. Stop IIS Service
  2. Go to 'c:\Windows\System32\Inetsrv'
  3. Open 'metabase.XML'
  4. Find the line "AspMaxRequestEntityAllowed"
  5. Change the value to "1073741824" (This is 1GB. You can change to any value which suits your need)
  6. Save the file. Start IIS.

No comments: