I developed a site in ASP.NET MVC and now I want to post it to my provider using FTP.
I've done all the FTP configuration in Publish of VS 2013 that I'm using. When you send the Controllers , Enums folders and others are not sent to the provider and even the App_Start folder.
I tested and published on fFile system_ and those folders are not created either. The only folders that are sent to the provider are: bin , Content , fonts , Images Scripts and Views .
My question is: why are not these other folders sent to the provider by FTP?