G
gabe
We use a custom versioning scheme that includes the date and time
(2.0.10271545). The version number is displayed in a footer user
control, which is rendered in every page. The web application is in a
web farm. Would there be a significant performance increase by adding
it to the global cache object, instead of reading the version info
every time through reflection for the version that's set in the
AssemblyInfo file?(Instead of just the first time)
Since it's on a web farm, I would check that if it didn't exist to read
it.
Thanks,
Gabe
(2.0.10271545). The version number is displayed in a footer user
control, which is rendered in every page. The web application is in a
web farm. Would there be a significant performance increase by adding
it to the global cache object, instead of reading the version info
every time through reflection for the version that's set in the
AssemblyInfo file?(Instead of just the first time)
Since it's on a web farm, I would check that if it didn't exist to read
it.
Thanks,
Gabe