Sharing ASP.NET user controls accross projects

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2003/9/22/sharing-aspnet-user-controls-accross-projects.html
Published Monday, September 22, 2003 7:18 AM by RoyOsherove
Filed under:

Comments

Monday, September 22, 2003 10:40 AM by Ray Jezek

# re: Sharing ASP.NET user controls accross projects

I have seen this article before but never found the solution to be adequate since it adds a whole new application with different session, config, etc.. to the mix... so sharing the control becomes tricky if your doing something more than squiring out html.
Monday, September 22, 2003 12:03 PM by Roy Osherove

# re: Sharing ASP.NET user controls across projects

I agree, but I like the notion of it. Perhaps something more useful could be derived out of it.
Maybe using it in conjunction with the caching application block would solve some of these problems as it provides the ability to share state between AppDomains, Processes and even separate machines (but that last one is a real bitch to setup)