I have some logic that will behave differently based on the
ServerName.
The request.servervariables("server_name") - returns localhost in the
testing environment so I need a way to get the actual computername.
I saw some site using Windows Scripting Host component WSH to get the
Computername.
Is this the preferred method ?
If so do I have to add the WSH component to the project references to
use it ? COM INTEROP