I would like to have only my \Views \Content \Scripts etc. only in my Project.Web in asp.NET MVC3. I have moved everything but I am having trouble with the Global.asax. I am getting a 404 Error when browsing. I am wanting a structure like
Project
-Controllers
-Models
-Services
-Repositories
Global.asax
Global.asax.cs
Project.Web
-Content
-Scripts
-Views
Possible?
No,
Global.asaxmust be located in your web tier. TheGlobal.asax.cscould be in a class library.