About what I read, the EditorTemplates folder should be in the Shared folder in the Views folder. Can I change this location?
Thank.
I always placed EditorTemplatesunder each view folder to which they were linked. For instance:
EditorTemplates
If they were "split" across multiple views, I would place them in the "Shared / EditorTemplates" folder.
Can I change this location?
No, this is hardcoded in the MVC source code. Unfortunately.