Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 27th, 2006, 12:03 PM
Registered User
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default IIS 6 Large Form Fields

I am pulling my hair out after my server crashed. I reinstalled everything that was there before and suddenly IIS 6 will not allow one of my applications to submit a very large form.

I have already edited the metabase.xml fields to allow for more information to be passed. I am not uploading any physical files. I am purely passing a very large amount of information through a form and the server is giving me the following error:

Request object error 'ASP 0104 : 80004005'
Operation not Allowed

The line of the error reads "If Request.Form("label")="y" Then"

This is really aggrivating due to the fact that it ran fine before the crash of my computer. I have also tried to run the sites in IIS 5 isolation mode, uninstalled and reinstalled the virtual directories and IIS to no avail. this same page still functions when less information is passed through the form.

Any assistance would be greatly appreciated.

Thanks,
Brent

 
Old August 16th, 2006, 04:06 PM
Registered User
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

One of our developers is having this same issue, has a solution been found?

 
Old August 16th, 2006, 06:47 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

How large are we talking? into what DB type?

I have experienced that error however I was uploading files which is resolved on 2003 server by altering the AspMaxRequestEntityAllowed property in the metabase.XML file

Wow, your form must be big. I suggest cutting the amount of posted data back until it wotks, add a field and run, add another and run etc....This will tell you if it specific to a particular field etc...

Wind is your friend
Matt





Similar Threads
Thread Thread Starter Forum Replies Last Post
Form Fields Terry J Daichendt JSP Basics 2 September 15th, 2008 05:53 PM
Multiple Form Fields tripster General .NET 2 October 17th, 2007 04:22 AM
copy fields from Form to new form - openargs justabeginner Access VBA 1 February 4th, 2007 01:28 PM
Text/large varchar fields in SQL server pseudomorph Classic ASP Databases 0 August 16th, 2006 11:50 PM
Getting the submitted fields in a form siraj_java Javascript How-To 0 August 26th, 2003 12:38 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.