Hi,
When I create a new Web project in Visual Studio, the Web.Debug.Config and Web.Release.Config files are marked as "Content".
I always go back and change the type to "None" because after I transform the Web.Config, the files are no longer needed and I don't want them on the server.
I should proabably be asking this question on connect.microsoft.com, but I'm just curious why they are marked as Content by default. They do not need to be deployed.
Does anyone know?