Deploy Web Application MVC does not generate Controlllers

0

I have a doubt, regarding a app web with architectural pattern (MVC) with VS2017 Comunity Edition , and sql server . It turns out that the app compiles without problems, is made in several layers, and when publishing the solution, it generates the directory BIN , CONTENT , SCIPTS and VIEWS , but curiously it does not generate the CONTROLLERS directory (in fact there is a starter controller) I am publishing this app through the file system, and then I copy it to a website with IIS in a windows 2008 .

The app works correctly, but here I get the doubt, because in another web app (on another server) but under the same conditions, if it generates a folder controller ?? (the 2nd app has many more controllers than the first one)

Is it that the controllers of the first app are "embedded" within the dlls ?, if so, how could this be avoided since the person who has to touch up the controllers and the views, could have problems if Do you intend to update the project?

Greetings and thanks for your time

    
asked by Luis Gabriel Fabres 18.12.2017 в 21:35
source

0 answers