|
 |
asp_discuss thread: Malformed Server Response Status
Message #1 by "Farhan Ahmed" <gnudev@r...> on 4 Aug 2001 11:27:05 -0000
|
|
Hi,
I keep getting this message when I try to access any page on Brinkster. I
have a script which takes in one query string and then decides which page
to redirect to. For example :
http://somehost.com/default.asp?go=dating
should redirect to dating.asp. I have checked the script but it's fine and
hence I conclude that this error is due to some other problem. Does anyone
have any idea as to what it is ? It is very urgent so please reply asap.
Thanks in advance,
Farhan.
Message #2 by "Bisht" <bisht@m...> on Tue, 7 Aug 2001 11:05:34 +0530
|
|
in the redirection top of the page just ad this code
<% response.buffer=true%>
This might help you.
thanks.
----- Original Message -----
From: "Farhan Ahmed" <gnudev@r...>
To: "asp_discuss" <asp_discuss@p...>
Sent: Saturday, August 04, 2001 4:57 PM
Subject: [asp_discuss] Malformed Server Response Status
> Hi,
>
> I keep getting this message when I try to access any page on Brinkster. I
> have a script which takes in one query string and then decides which page
> to redirect to. For example :
>
> http://somehost.com/default.asp?go=dating
>
> should redirect to dating.asp. I have checked the script but it's fine and
> hence I conclude that this error is due to some other problem. Does anyone
> have any idea as to what it is ? It is very urgent so please reply asap.
>
> Thanks in advance,
>
> Farhan.
>
>
|
|
 |