I'm trying to run a vbscript on my web server as a cgi. When the script executes, it's supposed to create an instance to an object I created in vb.net.

CreateObject can't seem to create the object that I wrote in vb.net

Is it possible to create an instance of a .net object in windows scripting host? If not, how would I turn it into an ActiveX object that windows scripting host CAN use?

Note that this is NOT asp... the files end with .vbs, not .asp.