Ask a Question related to ASP Components, Design and Development.
-
Danny DiNardo #1
Cannot do simple Request.QueryString on IIS 6.0
I've encountered many problems upgrading my Win2K Server to Windows 2003
Server, not the least of which involve IIS 6.0 and ASP (classic) support.
For example...
I'm getting Event ID 2236: The server failed to load application
'/LM/W3SVC/87257621/Root'. The error was 'Could not read key from registry'.
Application Log entries whenever certain ASP code is executed. These are
ASP pages that ran fine for years under Win2K/IIS 5.0.
I can do Response.Write without a problem, but something as simple as
Request.QueryString("IsActive") yields the above event and a nasty error
'8002801d'.
Has anybody encountered this kind of difficulty with ASP on IIS 6.0? Does
anybody have a clue as to how to correct this behavior?
Danny DiNardo Guest
-
What is the difference between REQUEST and REQUEST.QUERYSTRING?
What is the difference between these two statements? They seem to do the same thing... response.write(request("variable")) ... -
request.querystring questions
hi I have created a querystring based on title of books such as A B C D E and so on. For example, http://localhost/mysite/byTitle.aspx?Title=A. ... -
request querystring
Using the querystring collection in ASP, I'm declaring variables and setting each variable equal to querystring values: <% Dim x Dim y Dim z x =... -
Confused about a REQUEST.FORM and a REQUEST.QUERYSTRING
This is snipit of code, supplied by PayPal with explanation about what has to be done to access their back end. I am confused because they first... -
difference bet. request.querystring and Request.Params
request.params for asp.net is the httprequest object, and this method gets a combined collection of querystring, cookies, form and servervars...



Reply With Quote

