a) There is a proxy between your client and the server - maybe the proxy is
having issues
b) Are you using Server.URLEncode() to encode the values you are passing in
the querystring when you are doing the Response.Redirect?
Cheers
Ken
"D. Nii" <dnii@hawaii.rr.com> wrote in message
news:PDhYa.7726$5e.474995@twister.socal.rr.com...
: Hi there,
:
: I have a web application that recently got redesigned and now makes use of
: Response.Redirect . The "new" application is hosted on Win2000 and works
for
: all kinds of clients using IE 5.0 + and different operating systems
: (Win2000, WinXP, WinME, Win98).
:
: Functions that use the Response.Redirect no longer work for clients using
NT
: 4.0 SP6a IE 5.5 or IE 6.0.
:
: The setup of such a function is as follows:
:
: The function on Page A does a submit of a couple of form fields to Page B.
: On Page B a database update with the form values is performed and after
: successful execution a Response.Redirect back to Page A happens. The db
: update is successful and the next statement is the Response.Redirect =>
the
: client sees the following error message:
:
: ************************begin error message*********
: ERROR
: The requested URL could not be retrieved
:
: While trying to process the request:
: txtISTTaskDate=31.07.2003&txtISTManHourIS=0&txtIST ValueIS
:
=&txtRemarks=Test+-+bitte+l%F6schen&txtTaskNr=27&txtActNr=189&txtActP haseNr=
: 30&txtResponsibleNr=31&txtPerformanceNr=11&txtISTV alueNr
:
: s-powerpoint, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
: application/x-shockwave-flash, */*
: Referer:
:
http://tools.pmportal.biz/apweb/Modu...nit=8&FBUnit=1
:
: Accept-Language: de-ch
: Content-Type: application/x-www-form-urlencoded
: User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)
: Host: tools.pmportal.biz
: Content-Length: 190
: Proxy-Connection: Keep-Alive
: Pragma: no-cache
: Cookie: origLCID=2055; newLCID=2055; language=4; role=Team; account=seco;
: debug=0;
: ASPSESSIONIDAADDDBCB=HECDHOBDMGNHBEFOLLBPDPAE;
:
: The following error was encountered:
: Invalid Request
:
: Some aspect of the HTTP Request is invalid. Possible problems:
: Missing or unknown request method
: Missing URL
: Missing HTTP Identifier (HTTP/1.0)
: Request is too large
: Content-Length missing for POST or PUT requests
: Illegal character in hostname; underscores are not allowed
:
: Your cache administrator is
fwadmin@bit.admin.ch.
: Generated Thu, 31 Jul 2003 10:54:45 GMT by www-proxy.admin.ch
: (Squid/2.4.STABLE1)
: *************************************** end error message*****
:
: Why does the Response.Redirect work for a Win2000 client but not an NT 4.0
: SP6a client? How can this be fixed?!
:
: Your help is urgently needed!
:
: Thanks,
:
: Daniela
:
: