Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在服务器的主项目位置的 bin 文件夹中有一个 dll,我在主站点下有一个子站点,
我想引用/访问主站点的 dll 类并从我的子站点创建对象。我只会将我的 dll 保留在主站点的 bin 位置,我不想将引用的 dll 复制到子站点 bin 文件夹中。
任何人都可以帮助如何做到这一点?
在子 Web 应用程序项目的Properties窗口中,在Compile页面下将Build output path更改为..\bin\.
..\bin\
请参阅使用 Web 应用程序项目在 IIS 中创建子项目