When puslishing a website from Visual studio 2008, you get a dialog box with some options. One of them is 'Use fixed naming and single page assemblies'.
We don't have that enabled, but what are the pro's and con's of this option? Is there a difference in performance or anything? Should or should we not use this?
Without this option, we get 774 files in the bin folder after publishing, when we check it, we get 1320 files, because every ascx gets its own dll.
If we do check this, are the 'fixed names' only fixed on my computer? Or is it the same when a colleague publishes the website?