如果我在我的web.config文件中进行了更改,则dll是否更改

时间:2022-02-10 07:26:39

I have UPDATED my web.config code , now i have to send patch for the changed code to be deployed on the production. I am not sure that .dll file should be send along with web.config file or not?

我已经更新了我的web.config代码,现在我必须发送补丁,以便在生产中部署更改的代码。我不确定.dll文件是否应该与web.config文件一起发送?

if yes then why? if not then why?

如果是,那么为什么?如果不是那么为什么?

Thanks.

谢谢。

1 个解决方案

#1


3  

You dont need to send over the dll, unless there is a change in the code.

您不需要通过dll发送,除非代码有变化。

Because, web.config is a meant for configuration and has no affect on dll. web.config is read as it is. the purpose of placing things is web.config, to keep things configurable with out changing the code

因为,web.config是用于配置的,对dll没有影响。 web.config按原样读取。放置东西的目的是web.config,以便在不更改代码的情况下保持可配置性

#1


3  

You dont need to send over the dll, unless there is a change in the code.

您不需要通过dll发送,除非代码有变化。

Because, web.config is a meant for configuration and has no affect on dll. web.config is read as it is. the purpose of placing things is web.config, to keep things configurable with out changing the code

因为,web.config是用于配置的,对dll没有影响。 web.config按原样读取。放置东西的目的是web.config,以便在不更改代码的情况下保持可配置性