ASP三层结构开发的问题!
我请问大家,以下在NT中的设置,到了WIN2000 PRO 中 对应的是怎么设置,设置的内容是将一个自己开发的DLL,在WEB SERVER 上注册,然后ASP 调用DLL
《注册动态链接库
启动Web Server 上的Microsoft Transaction Server (Start--Windows NT Optionpack4--Internet Information Server--Internet Service Manager),展开Microsoft Transaction Server--Computer--My Computer--Package Installed,点鼠标右键选New--Package--Create Empty Package,输入包名Test(这里Test是任选的名字,不一定要与DLL同名),OK-Interactive User-the current Logon user--Finish。双击Test--Component,右键选Component-New-Component-Install New component(s)-- Add File,选择你刚编译好的DLL文件,MTS会发现DLL中有两个类Employee和Employees。至此DLL注册完毕。》
以上设置 在WIN2K PRO 中对应的是如何设置,多谢