VS2008 - Web "Project" referenced by other Web"sites" in same solution
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm not entirely sure this is possible, but I want to have a single web "project" (not site) to act as a kind of library of WebControls and UserControls which can then be used by other web_site_ projects contained in the same solution, rather then keep multiple copies of those WebControls in each website, defeating the purpose of code reuse. I know this is easily possible for Server/Custom controls since they are just pure class files (just put them in a separate assembly). However, Web/User Controls consist of an .ascx file with a .cs/vb code behind, how would this get copied across? Many thanks!
Dominic Pettifer Blog: www.dominicpettifer.co.uk