Using dotnet C# components in Vbscript

  • Thread starter Thread starter Webgour
  • Start date Start date
W

Webgour

Is it at all possible to use a C# component from a vbscript code. I need to
have my C# code work within a .asp page.

Thank you for your help.
 
Yes, expose your .NET components as COM objects.
Check MSDN C# Programmers reference,
COM Interop Part 2: C# Server Tutorial
Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top