yusufakyol
Posts: 73
|
| Posted: 10/14/2006, 12:19 PM |
|
Hi,
I use CCS 2.3.2.27, IIS6, Windows 2003 Server with SP1 and ASP.
I couldn't upload files bigger than 170KB. I tested with both ASP/VBScript and ASP/VBscript with ADO Stream. Why?
Thanks for your help.
Best regards.
_________________
Best Regards |
 |
 |
Edd
Posts: 547
|
| Posted: 10/14/2006, 5:26 PM |
|
This is a restriction of ASP NOT CCS.
If you want to upload larger files - use a commercial COM object, ASPUpload or ABC upload.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
Yusuf Akyol
|
| Posted: 10/15/2006, 4:37 AM |
|
Hi,
Problem solved by Yes Software team, here is the soltion:
The cause of the reported problem most likely is Windows 2003 server, IIS 6 and default settings.
By default IIS6 lets you upload file with max 200 kB. if you want to upload more - you need to change metabase.xml
If windows is installed to c:\winnt, you should look for
start iis console and change settings for modyfing Metabase data
find c:\winnt\system32\inetsrv\Metabase.xml
modify AspMaxRequestEntityAllowed (it is in bytes) in that file
restart iis.
|
|
|
 |
|