asp.net - do web.config changes get deployed in .dll? -


I am trying to apply the changes to my web application. I have web on my localhost Changed the config file I do not have much experience in deploying on other servers .. And notice that the team has deployed the app but the web The config file looks unchanged.

The Web The configuration change is compiled into \ bin *. DLL files or the Web Config files always need to be updated?

the web Configure is a separate protected text file that needs to be separated into the root directory of the application of the server. him. Dll does not get compiled if you update the web.config file on the server, then it will be due to recycle to load new values.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -