All Tags »
ASP.NET »
Configuration »
fx 2.0 (RSS)
Sorry, but there are no more tags available to filter with.
-
I'm supporting an ASP ( Application Service Provider ) style application for my company. Instead of putting each client's settings into a single config file, I wanted to have the main config file point to each clients configuration. After...(read more)
-
I'm supporting an ASP ( Application Service Provider ) style application for my company. Instead of putting each client's settings into a single config file, I wanted to have the main config file point to each clients configuration. After...(read more)
-
I'm supporting an ASP (Application Service Provider) style application for my company. Instead of putting each client's settings into a single config file, I wanted to have the main config file point to each clients configuration. After a bit of digging, I came up with a solution that works. I don't know if it is the best ...