registrarte la dll supongo...
o simplemente la copiaste al system32..
aunke puedes ejecutar un exe a partir de asp usando la componente WSCRIPT.SHELL.
Código:
Set WshShell = Server.CreateObject("WScript.Shell")
Return = WshShell.Run("C:\windows\notepad.exe")