Hello, I have a dedicated server [win2008 & iis7] that is going to have 50 sites running the same .Net e-commerce application. Would it be best to use virtual directories for all the folders that are identical for each site? It would save on disk space & would make code updates much easier.
Would each virtual directory still know to get it's connection string and culture from the right web.config?
Thanks for your advice!