K
Ken Fine
I would like to be able to move my ASP.NET applications to any of a number
of servers without changing code.
My apps do a lot of disk I/O and in some cases I might be specifying absoute
drive mappings for whatever bad reason. This will break if apps are
arbitrarily copied around.
I imagine I could centralize a bunch of configurations in web.config. If my
apps could reliably (and efficiently) identify what server they were running
off of, they could pick out the right settings for a particular server. This
need extends beyond the rather trivial example of drive mappings.
Can someone suggest a good way or ways?
Thanks,
-KF
of servers without changing code.
My apps do a lot of disk I/O and in some cases I might be specifying absoute
drive mappings for whatever bad reason. This will break if apps are
arbitrarily copied around.
I imagine I could centralize a bunch of configurations in web.config. If my
apps could reliably (and efficiently) identify what server they were running
off of, they could pick out the right settings for a particular server. This
need extends beyond the rather trivial example of drive mappings.
Can someone suggest a good way or ways?
Thanks,
-KF