0
I developed a site in ASP.NET MVC and now I want to publish it on my provider using FTP.
I’ve done all the FTP configuration on Publish of the 2013 VS I’m using. When do I publish the Controllers, Enums and others are not sent to the provider and including the folder App_start.
I did the test and published in Ffilesystem_ and also these folders are not created. The only folders that are sent to the provider are: bin, Content, fonts, Imagery, Scripts and Views.
My question is: why these other folders are not sent to the provider by FTP?
great explanation, thank you.
– FernandoPaiva