My website creates dynamic directories(folders) under the root folder of my project. I want these folders to be published with everything else when I click "Publish Selection" in Visual Studio 2012. It seems like VS 2010 had no problem with this. I don't wanna go through the hassle of adding these folders to the project itself. They should simply go by default because they are children of the project folder.
I got "All files in this project folder" selected under Package/Publish Web but this appears to miss the mark for what I need.
Can anybody tell me if it's still possible to publish "everything"(including sub folders and files) to a website using Visual Studio 2012?
Thanks.
It seems like everything lately with Microsoft is one step forward, six steps back.