WCF web.config 在每次编译后都会被覆盖?

发布于 2024-09-02 04:49:57 字数 221 浏览 5 评论 0原文

我有一个调用 WCF 服务的 Silverlight 应用程序。简单的httpBinding 东西。

  1. 每次我对 silverlight xaml 代码进行更改时,web.config 也会被刷新。
  2. 即使对 web.cofig 文件进行任何更改,它们也会被覆盖。

就好像其他进程正在写入这些文件一样。为什么会发生这种情况?如何确保每次编译后它不会被覆盖?

I have a Silverlight application calling a WCF service. SimplehttpBinding stuff.

  1. Every I make changes to silverlight xaml code, the web.config gets refrshed also.
  2. Even if make any changes to web.cofig file, they get overwritten too.

Its as if, some other process is writing these files. Why is that happening? How can I make sure that it does not get overwritten after every compile?

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

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

发布评论

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

评论(1

暖伴 2024-09-09 04:49:57

如果您在不同的目录中有另一个 web.config,且属性 复制到输出目录 设置为 始终复制,请检查您的解决方案。

在我意识到我已经设置了该属性之前,我遇到了类似的问题。

Check your solution if you have another web.config in a different directory with property Copy to output directory set to Copy Always.

I had a similar problem before I realized I had that property set.

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