User-1573135047 posted
I have a solution which consists of 4 projects: 1 web service, 1 console app, 1 dll, and 1 Web Site.
I have added a Web Deployment Project for the web service and have 3 configurations: Dev, Test, and Prod. That builds just fine, the Connection Strings in the web.config get replaced successfully. Great.
But now I want to add a deployment project for the web site (as oppposed to the web service) so that when I build it the connection string will get updated. I can add another Web Deployment project, but don't have extra configuration options for
the Web Site. If I go into the configuration manage, there's only a "debug" option for the website. Should this be a web application instead of a web site?