What is the web.debug.config and web.release.config file for?

Posted by chobo on Stack Overflow See other posts from Stack Overflow or by chobo
Published on 2010-05-07T19:37:12Z Indexed on 2010/05/07 19:48 UTC
Read the original article Hit count: 391

Hi, I just upgraded to VS 2010 and MVC 2.0 and I noticed the web.config has two additional files attached to it? Are thee files used to specify debug and release specific settings, so you don't clutter up the main web.config?

Does it even make sense to place a connection string in the root web.config file if I have have a local and remote one in the debug and release web.configs respectively.

Thanks!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc