What is the best practice for sharing the assemblies of a bin folder across multiple ASP.net websites in IIS 7?
I\'ve got several sites, each with slightly different
Another option is to make your .Net code smart enough so that it can load the correct HTML front end based on the URL. That way you could deploy your code to one location, then have multiple virtual directories use the same code.