You can leave the () in. VBScript will evaluate what's between the () as an
expression, then pass it as a parameter to the Sub. Not quite expected
behaviour, but it works without any side-effects. That doesn't happen with
Subs that take more than one parameter, since ("...", "...") can't be
evaluated as an expression.Cheers Ken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From: "Damian Elder" <[EMAIL PROTECTED]> Subject: RE: IIS 5.0 ASP failures : Leave out the () also : : -----Original Message----- : From: [EMAIL PROTECTED] : [mailto:bounce-iis50-109035@;list.15seconds.com] On Behalf Of Ken : Schaefer : Sent: 14 November 2002 00:48 : To: IIS50 Discussions : Subject: Re: IIS 5.0 ASP failures : : : What is in these "ASP" pages? What if you create a page that does this : only: : : <% Response.Write("Hello") %> : : and nothing else? : : Cheers : Ken : : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : From: "Tim Chetelat" <[EMAIL PROTECTED]> : Subject: IIS 5.0 ASP failures : : : : Hi all. Running a non-AD win2k server, all patched up. ASP pages : were : : loading fine, until I believe the install of mySQL. Now, if someone : : tries to hit an ASP page, loading bar gets to about half way, and sits : : there for quite a while before giving the "page can not be displayed" : : error. I can't see anything that has changed as far as permissions, : : etc. Anyone have an idea where to start? : : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- You are currently subscribed to iis50 as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/
