Groups | Blog | Home
all groups > inetserver asp components > august 2003 >

inetserver asp components : ASP code in IIS 6.0


Derek
8/26/2003 5:43:36 AM
This code worked fine in IIS 5.0, but when it was moved to
IIS 6.0, we received this message.

Request object error 'ASP 0104 : 80004005'

Operation not Allowed

/Tests-Results-bgCheck.asp, line 46

Line 46 is setting a variable to request("") from another
Derek Czarny
8/26/2003 6:53:33 AM


ASP code works fine when I pull a thousand records from the database,
but when I pull a larger amount of data, the exact same code breaks with
that error.

*** Sent via Developersdex http://www.developersdex.com ***
Cowboy (Gregory A. Beamer)
8/26/2003 8:23:31 AM
IIS 6 does have some security settings. One of the easiest to look at is
whether or not ASP is allowed.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

****************************************************************************
****
Think Outside the Box!
****************************************************************************
****
[quoted text, click to view]

Michael D. Kersey
8/26/2003 12:46:33 PM
[quoted text, click to view]

I'm puzzled: is there a line of code that looks something like
myString = Request("")
(which AFAIK is invalid syntax for the Request object)?

Aaron Bertrand - MVP
8/26/2003 2:01:54 PM
Why would you ever need > 1000 records from a database in a web page? This
sounds completely unusable.



[quoted text, click to view]

AddThis Social Bookmark Button