Referencing VB.Net dll's from ASP not ASP.NET

  • Thread starter Thread starter Skevmeister
  • Start date Start date
S

Skevmeister

Is it possible for VBScript to createobject on a .NET class as I have
developed an image function for my website and another sister company want's
to use the class as well. Or do I need to create a wrapper as I want to
expose the GDI+ functionality via simple functions.

Cheers in Advance

Alixx
 
Skevmeister said:
Is it possible for VBScript to createobject on a .NET class as I have
developed an image function for my website and another sister company want's
to use the class as well. Or do I need to create a wrapper as I want to
expose the GDI+ functionality via simple functions.

As long as you register the TLB for your .NET Class on the server, I don't
see why it wouldn't work...

~
Jeremy
 
Skevmeister,
You said simple, is it not possible to create an aspx.vb page as a frame in
the asp.page?
Just thinking I never did.
Cor
 
Back
Top