IIS6.0 prevent the upload of files more than +200Kb. So you need to make some changes in the default IIS settings first.
Solution:
- Stop IIS Service
- Go to 'c:\Windows\System32\Inetsrv'
- Open 'metabase.XML'
- Find the line "AspMaxRequestEntityAllowed"
- Change the value to "1073741824" (This is 1GB. You can change to any value which suits your need)
- Save the file. Start IIS.
No comments:
Post a Comment