Re: IIS 6.0 QueryString Problem W/ ASP
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 01/18/05
- Next message: Jim Warren: "SQL-Desktop Engine"
- Previous message: Ken Schaefer: "Re: LDAP\UPN with IE instead of NTLM"
- In reply to: MDW: "IIS 6.0 QueryString Problem W/ ASP"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 Jan 2005 21:18:35 -0800
You'll need to disable IE's "Show Friendly HTTP Errors" option to report the
real error (or report the web server log entry for the error request in
question).
QueryString is supposed to be opaque data, so I do not think IIS acts on it
at all. I will need to see the actual error code to make any further
recommendations.
How big is the result-set that comes back from the query, and can you give
illustrative code on how you are dumping those results?
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "MDW" <MDW@discussions.microsoft.com> wrote in message news:855154CE-1BD5-468C-A061-01231902F9F4@microsoft.com... Hey all, I've got an app originally developed on IIS 5.0 (I think that's it - the machine is running Windows Server 2000). We've got a new PC with IIS 6.0 (Windows Server 2003) that we use for development. (That may be backwards, but I don't have control over that). Most of the ASP code seems to be working fine, but there are a couple of things that don't seem to work right. One page in particular is giving me fits. It's a search page that allows users to select a bunch of different data points (something like 12). For each item, they have the option not to specify. The value for that option is "%". If the user selects NOTHING, the idea is they will get the entire database. This works on the live server (the one running IIS 5). However, on the IIS 6 box, if we select nothing, the page churns for a few seconds, then comes up with the "Page Cannot Be Displayed" error. I tried expanding the script timeout to 120 seconds, but this error comes up within 15 seconds anyway. Are there any other settings in IIS 6 that treats the handling of QueryStrings differently? Thanks. -- Hmm...they have the Internet on COMPUTERS now!
- Next message: Jim Warren: "SQL-Desktop Engine"
- Previous message: Ken Schaefer: "Re: LDAP\UPN with IE instead of NTLM"
- In reply to: MDW: "IIS 6.0 QueryString Problem W/ ASP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|