如何在asp中使用asp.net库
问题描述:
我想在经典asp中使用asp.net dll
i want to use asp.net dll inside classic asp
答
你需要让.net DLL实现一个COM接口并让你的asp代码调用那些COM组件。谷歌编写COM组件.net用于教程和示例代码。这显然需要您更新.net代码。
You need to make the .net DLL implement a COM interface and have your asp code call those COM components. Google "writing COM components .net" for tutorials and sample code. This will obviously require you to update your .net code.