Listing 1: ASP Code to Retrieve a UUID from a Component '-- Replace 'somecomponent.uuidgen' with your own custom or third party component Dim obj, guid Dim strGuid Set obj = Server.CreateObject ("somecomponent.uuidgen") strGuid = obj.CreateUuid