GUIDs in ASP (2004-4-12)
Here's a useful tidbit of ASP code to get a GUID (Globally Unique ID)…with thanks to my buddy Elton: ' Some useful variables DIM TypeLib, UserGUID, guid ' Create the appropriate object ' Note that Scriptlet.TypeLib should be installed ' on any IIS machine Set TypeLib = Server.CreateObject(“Scriptlet.TypeLib”) ' Grab a GUID guid = TypeLib.Guid [...]


