Just so you are also aware, it doesn't really matter that you're on PWS and that's why it's throwing the error. The reason that's probably happening is because your IIS has Buffering set to true, while PWS does not.
If you do have buffering turned on and want to send some info to the client at any time, do a: Response.Flush Chris Tifer ----- Original Message ----- From: "Mario Lopes" <[EMAIL PROTECTED]> To: "ActiveServerPages" <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 4:03 PM Subject: Re: RESPONSE. redirect > Hi Aaron. > Thanks for your interest but i think i I understood what happened. Please > see the link below > http://www.learnasp.com/learn/res2.asp > Thanks again > M�rio Lopes > ----- Original Message ----- > From: "Aaron Seet" <[EMAIL PROTECTED]> > To: "ActiveServerPages" <[EMAIL PROTECTED]> > Sent: Wednesday, November 06, 2002 2:58 PM > Subject: Re: RESPONSE. redirect > > > > What is the error message? > > > > Aaron Seet > > CCNA > > AspFriends Moderation Team > > ----- Original Message ----- > > From: "Mario Lopes" <[EMAIL PROTECTED]> > > To: "ActiveServerPages" <[EMAIL PROTECTED]> > > Sent: Wednesday, November 06, 2002 22:15 > > Subject: RESPONSE. redirect > > > > > > > When i use response.redirect ("url") in PWS i have an error. When i use > > IIS > > > everything is ok. Why? > > > Thans > > > M�rio Lopes > > > > > > --- > > You are currently subscribed to activeserverpages as: > [EMAIL PROTECTED] > > To unsubscribe send a blank email to > %%email.unsub%% > > > --- > You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] > To unsubscribe send a blank email to %%email.unsub%% > --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
