Wednesday, March 25, 2009

Request object error 'ASP 0104 : 80004005'

Problem: ASP Uploading Error


Solution:
Open the metabase.xml file located at c:\Windows\System32\Inetsrv\ and find the "AspMaxRequestEntityAllowed" properties and modify the value into 1073741824 like
AspMaxRequestEntityAllowed = "1073741824" (this is more than 1Gig) , then save it and reset the IIS.

note: stop the IIS service before saving, failed to do so will not allow you to change the metabase file.

No comments:

Post a Comment