[thelist] Ugh - IIS 7 Gurus?

Todd Richards todd at promisingsites.com
Fri May 29 11:15:14 CDT 2009


It's actually give me the following:

Request object error 'ASP 0104 : 80004005'
Operation not allowed
/tools/.../file that does the uploading.asp, line 319

The line 319 is the line that starts the upload:

Line 318:  set upfile = server.createobject("aspSmartUpload.SmartUpload")
Line 319:  upfile.upload

And it spits out the error almost immediately.

Like I said, it works without a problem on Windows 2003 / IIS 6.  But not on
2008 / IIS 7 with a file over a about 200KB.

Thanks,

Todd





-----Original Message-----
From: Anthony Baratta [mailto:anthony at baratta.com] 
Sent: Friday, May 29, 2009 10:53 AM
To: todd at promisingsites.com; thelist at lists.evolt.org
Subject: Re: [thelist] Ugh - IIS 7 Gurus?

Todd Richards wrote:
> 
> I know there were some restrictions with IIS 6, and I had to go in and
> manually set a "maxupload" (or something like that) setting in the
> metabase.xml file.  But my understanding was that IIS 7 had a much larger
> "default" threshold.

Default is 30 MBs, but here are some links on forcing the time-out and size:

http://www.cyprich.com/2008/06/19/fixing-file-upload-size-limit-in-iis-7/
http://forums.aurigma.com/yaf_postst3654_HOWTO-Configuring-IIS7.aspx
http://weblogs.asp.net/steveschofield/archive/2007/05/11/iis7-post-40-adjust
ing-file-upload-size-in-iis7.aspx

What is the exact error message with the file upload failure?




--
Anthony Baratta

You people don't understand. I'm not locked in here with you, you're 
locked in here with me!
-- Rorschach






More information about the thelist mailing list