Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: System/environment variables


Message #1 by morten.waraas@p... on Wed, 11 Dec 2002 12:29:41
Hi!

How can I read system/environment variables in an ASP-script?


Morten
Message #2 by "TomMallard" <mallard@s...> on Wed, 11 Dec 2002 06:54:07 -0800
Windows script host objects, has an environment object...

objWShell.environment(str)

str is Process, System, User, Volatile

Consider converting what you write into a wsh component to call from your
asp page as a better style that's more secure for web app's. There's a tool
for this with the scripting documentation available from msdn.microsoft.com.

tom mallard
seattle

-----Original Message-----
From: morten.waraas@p... [mailto:morten.waraas@p...]
Sent: Wednesday, December 11, 2002 12:30 PM
To: ASP Web HowTo
Subject: [asp_web_howto] System/environment variables


Hi!

How can I read system/environment variables in an ASP-script?


Morten



  Return to Index