Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Instantiate Win32 DLL COM server in Vista's IIS

Reply
Thread Tools Display Modes

Instantiate Win32 DLL COM server in Vista's IIS

 
 
Krygim
Guest
Posts: n/a

 
      11-25-2007
I create a simple testing VB Script file with the following line for
instantiating a legacy Win32 DLL COM server.
Set obj=CreateObject(ˇĄDLLFile.DLLClassˇ¦)

The line is successful only if I execute the script with elevation (run as
administrator).

I put the same line into an ASP file (not ASP.NET) and run it by Vistaˇ¦s
local IIS. When I try to test the page in a web browser, it fails. My
question is what should I do to make the same line successful in an ASP
file?

Thanks in advance.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Win32 help Scouse Windows Vista General Discussion 2 02-04-2008 02:23 AM
Win32 help Shails Windows Vista Installation 0 01-08-2008 12:19 PM
Trouble: Vista's Setup.exe is not a Valid Win32 Application...? H BostonKDubs Windows Vista Installation 9 10-03-2007 05:42 AM
Win32/zlob Adrian Windows Vista Security 1 03-20-2007 01:42 AM
win32 app? TimSoule Windows Vista Installation 1 07-03-2006 06:15 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59