He creado la siguiente estructura de proyecto para mi nuevo proyecto asp.net mvc cualquiera que fue después de algunos comentarios como la forma en que otras personas están estructurando sus proyectos y si iba a mejorar la mía ...ASP.net MVC estructura del proyecto
Esto es lo que tengo hasta ahora:
+Assets
-+Images
-+Scripts
-+Stylesheets
-+... 'More things like the above here
+Controllers
-+Support
--+Actions 'Any custom action classes
--+Controllers 'Base controller classes
+Models
-+Domain 'Contains any class that specialise view specific domain logic
--+UrlProcessing 'Encoding/decoding business entities as URL parts
--+... 'More things like the above here
-+Views 'Contains view models
--+Support
---+Views 'Base classes for any view models
+Support
-+Application 'Global application interface classes (i.e. class that wraps the function of the global asax)
-+Configuration 'Typed config classes
-+Helpers 'Where you put additional html helper classes, etc
-+Services
--+Bootstrap 'Tasks that run on mvc start-up that are specific to the MVC project
--+Inversion 'Specific IoC registration registrations for this project
--+... 'More things like the above here
+Views
-+Home
-+Shared
-+... 'More things like the above here
Saludos Anthony
Dude ... prueba una captura de pantalla la próxima vez :( –
ya deberías haber hecho que alojar la imagen sea un problema ... –
no te preocupes por el alojamiento. Stackoverflow usa un servicio gratuito para esto .. –