M
Mark Reichard
Sorry for what is probably (to those who understand .NET better) a
repeat post --- I've searched but not found details that lead me in
the right direction.
We have a Web-based application written in COM+, VB6 and ASP 3.0 with
SQL 2000. We want to migrate the VB COM+ backend component to ASP.NET
but ideally not the ASP front end.
Our only driver for this work is that our clients do not want to
install a COM component --- they want to simply load a .NET DLL in the
proper directory and have it work. Also, many Web hosting companies
will not install a 3rd party COM component, but they apparently will
install an ASP.NET DLL (I guess this make sense, but I don't
understand why).
Can I update my ASP 3.0 pages to call an ASP.NET DLL from ASP 3.0
WITHOUT registering the .NET DLL? If so, can someone provide either a
detailed hello world type example or a link?
Thanks,
Mark
repeat post --- I've searched but not found details that lead me in
the right direction.
We have a Web-based application written in COM+, VB6 and ASP 3.0 with
SQL 2000. We want to migrate the VB COM+ backend component to ASP.NET
but ideally not the ASP front end.
Our only driver for this work is that our clients do not want to
install a COM component --- they want to simply load a .NET DLL in the
proper directory and have it work. Also, many Web hosting companies
will not install a 3rd party COM component, but they apparently will
install an ASP.NET DLL (I guess this make sense, but I don't
understand why).
Can I update my ASP 3.0 pages to call an ASP.NET DLL from ASP 3.0
WITHOUT registering the .NET DLL? If so, can someone provide either a
detailed hello world type example or a link?
Thanks,
Mark