[C#] Building DLL to use in classic ASP?

S

Summa

Hi,

I have some functionality (a nice tree-menu) that I would like to deploy on
some sites that are classic ASP. Can I somehow wrap this menu in C#
(ASP.NET) and use it as an object in classic ASP? I figure something like
building a DLL...

The classic ASP sites are running on a ASP.NET enabled server, if that makes
any difference...I cant see how I could invoke such a menu in any other way
than thru "server.createobject(myDLL)". I dont want nasty HTML likt iframes
or the likes...:)

Any suggestions?
 
M

Mohamoss

Hi Summa
One way to do it is to build your tree- menu on a web control ( and make it
a .net com )then build the assembly as a strong named one by assigning a
key to the assembly . then you can use the type library exporter tool to
create a type library for your control and use it as com in your asp
application
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 

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

Top