开发者

app.config files of referenced dlls

开发者 https://www.devze.com 2022-12-29 13:46 出处:网络
I have a Web Project (VS 2008) that references a bunch of DLLs. The DLLs are built separately, so the project references binaries and not DLL projects.

I have a Web Project (VS 2008) that references a bunch of DLLs. The DLLs are built separately, so the project references binaries and not DLL projects. S开发者_StackOverflow中文版ome of the DLLs have their own app.config, which I want to be copied autmatically to the web project's output directory. Is there any suitable generic way to achieve this?


You should avoid having an app.config for class library projects. You will need to manually merge the values with those of web.config as this would be used by the web project.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号