Do you mean a runtime error as opposed to a design-time or symantic error?
Can you have: - a page that contains a form with text input fields - enter alpha text into the field: "Ben was here" - on the post-back to itself: CInt(form request alpha text) - which will 500.. does that help? ----- Original Message ----- From: "Ben Timby" <[EMAIL PROTECTED]> To: "ActiveServerPages" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 3:54 AM Subject: RE: Reliable way to generate remote 500 error : : -----BEGIN PGP SIGNED MESSAGE----- : Hash: SHA1 : : Actually I did not explain myself completely. I need a way to : generate an error remotely. So, I need to send a malformed request of : some kind to an IIS box that will always cause an ASP script to : generate a 500 error. I don't know of one, does anyone else? : : Ben Timby : Webexcellence : PH: 317.423.3548 x23 : TF: 800.808.6332 x23 : FX: 317.423.8735 : [EMAIL PROTECTED] : www.webexc.com : : - -----Original Message----- : From: Sam Thompson [mailto:[EMAIL PROTECTED]] : Sent: Monday, September 30, 2002 8:26 AM : To: ActiveServerPages : Subject: Re: Reliable way to generate remote 500 error : : : Ive probably missunderstood your question, but try this: : : <% : Response.Write CInt() : %> : : HTH, Sam : : - ----- Original Message ----- : From: "Ben Timby" <[EMAIL PROTECTED]> : To: "ActiveServerPages" <[EMAIL PROTECTED]> : Sent: Monday, September 30, 2002 6:12 PM : Subject: Reliable way to generate remote 500 error : : : > : > -----BEGIN PGP SIGNED MESSAGE----- : > Hash: SHA1 : > : > Can anyone think of a way to cause any ASP script to return a 500 : > error? Some reliable way that always causes an ASP script to 500, : > like a malformed header or something. Any input is appreciated. : > : > Ben Timby : > Webexcellence : > PH: 317.423.3548 x23 : > TF: 800.808.6332 x23 : > FX: 317.423.8735 : > [EMAIL PROTECTED] : > www.webexc.com : > : > -----BEGIN PGP SIGNATURE----- : > Version: PGP 7.0.4 : > : > iQA/AwUBPZiF6vnby1cCm2Q8EQIndwCfTrW1CL9QWiJ8ywAnI7aG1GRR96UAoODj : > /2z55K9hJYLTNJHswL8TESAZ : > =kaeB : > -----END PGP SIGNATURE----- : > : > : > : > --- : > 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%% : : -----BEGIN PGP SIGNATURE----- : Version: PGP 7.0.4 : : iQA/AwUBPZiPzfnby1cCm2Q8EQJB6wCg4CM6xpJaot+NY9bLJZMiuK41D5MAoNnz : 7DPrIrUaukPeQ3rTRYCR/5bF : =HgAp : -----END PGP SIGNATURE----- : : : : --- : 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]
