Hello folks, i've just started a new asp.net project which could increase fastly(a small erp-system for our company). So i thought it would be a good idea to split at least the model from the view/controller(the asp.net project). Because it could be that i need to access some classes and the database from a windows app in future, i dicided to put the Model into its own Project. What Visual Studio 2005 Professional Projecttype is most suitable for this requirement and why?
- SqlServerProject (DB is MS Sql Server 2005 EP)
- Class Library
- Web Service Application
- Database project
- no separate Project/other(keep in mind VS 2005 has no ASP.NET MVC-Project)
Thanks