J
J055
Hi
Is it possible to create a COM wrapper around a DOTNET DLL so that it can be
accessed from a .asp web page?
e.g.
Set wrappedDotNetObj = Server.CreateObject("DOTNET.MyObject")
It's not practical at the moment to convert old asp pages to aspx one's but
it would be nice to start writing assemblies in dotnet which can be used in
Classic ASP pages now without rewritting the components later when we can
start using ASP.NET.
It would be nice to know if anyone else is or has done this too.
Thanks
Andrew
Is it possible to create a COM wrapper around a DOTNET DLL so that it can be
accessed from a .asp web page?
e.g.
Set wrappedDotNetObj = Server.CreateObject("DOTNET.MyObject")
It's not practical at the moment to convert old asp pages to aspx one's but
it would be nice to start writing assemblies in dotnet which can be used in
Classic ASP pages now without rewritting the components later when we can
start using ASP.NET.
It would be nice to know if anyone else is or has done this too.
Thanks
Andrew