How Does the VS 2010 web.config work?
        Posted  
        
            by chobo2
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by chobo2
        
        
        
        Published on 2010-06-02T23:40:42Z
        Indexed on 
            2010/06/02
            23:44 UTC
        
        
        Read the original article
        Hit count: 231
        
.NET
|visual-studio-2010
Hi
I am just wondering in VS2010 the web.config is broken up into
web.config
web.debug.config
web.release.config
So from what I gathered is the web.config is just like the master template. So I am guessing in my debug I could put things like my local database where in my release one I would put my server database.
Now how does it know when to use the release version or debug version?
I also here that you can have more than 2. How does that work?
© Stack Overflow or respective owner