Changing web.config: Rebuild project or copy file?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

If I change the web.config file in my application on Server A, and want to
push the changes to Server B, do I need to rebuild the project and copy the
new dll, or do I simply need to copy over the new web.config?

Thanks,
Chris
 
if you are just changing web.config, you can just copy it over, web.config
isn't compiled into the project.dll
 
Back
Top