第 3 方 .Net 程序集无法在 WebService 项目中工作

发布于 2024-09-26 09:13:00 字数 186 浏览 5 评论 0原文

因此,我尝试在我的 Web 服务项目中使用 .Net Assembly。此程序集需要 App.config 中的大量设置。但我的网络服务没有 App.config,它有一个 web.config。似乎它使用了 app.config 所具有的部分,而这些部分对于 Web 项目来说甚至不存在。有什么办法可以让这个程序集工作吗? (也许让它读取另一个配置文件?)

So I'm trying to use a .Net Assembly in my web services project. This assembly requires lots of settings in App.config. But my web service doesn't have an App.config, it has a web.config. It seems that it uses sections that an app.config would have that don't even exist for web projects. Is there any way I can make this assembly work? (make it read another config file maybe?)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

记忆消瘦 2024-10-03 09:13:00

您应该能够简单地使用 web.config 文件中存在于 app.config 中的相同配置部分,并且它会起作用。

配置子系统的工作方式意味着它并不重要。

You should be able to simply use the same configuration sections in the web.config file that exist in the app.config and it would work.

The way the configuration subsystem works means that it does not matter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文