添加对 Web 服务的程序集引用
如何配置放置在 IIS 文件夹中的 Web 服务以引用不在 GAC 中的 DLL?
How do I configure a web service put in a IIS folder to reference a DLL that is not in the GAC?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 DLL 添加为 Web 服务项目的依赖项。然后将该 DLL 与其余 Web 服务 DLL 一起部署。
You can add the DLL as a dependency to the web service project. Then deploy the DLL alongside the rest of your web service DLL's.