Hi,
We have a legacy system which is build in classic ASP. As we move to asp.net, we find ourselves creating web applications as we migrate old stuff to .net and add new functionalities to the system. I would say maybe 30% of them would share the same library, loading the same dlls. (all applications share the same app pool)
My question would be, what's the pros and cons of this approach? Would it be better to have one application root?
I am not really looking for a specific answer, just curious what you people do usually and why?
thanks a lot