G
Guest
Hi everyone,
I was wondering whether there is a possibility how to most easily share one configuration between multiplne projects in one solution. Let me explain my situation - I'm building small customer portal for Wi-Fi internet provider. Basically, I have 3 different applications (ordinary ASP.NET web site, adminstration site and one console app, that will be responsible for processing of incoming emails) that will all use the same information (current VAT rate and some other solution related numbers). At this moment, I store these information in .config files, which is not very convenient in case of change. Also, I don't want to store this in database. I would like to see something like solution.config that shoud be shared thru whole solution. Is something like this possible.
Thanks in advance,
Antoni
I was wondering whether there is a possibility how to most easily share one configuration between multiplne projects in one solution. Let me explain my situation - I'm building small customer portal for Wi-Fi internet provider. Basically, I have 3 different applications (ordinary ASP.NET web site, adminstration site and one console app, that will be responsible for processing of incoming emails) that will all use the same information (current VAT rate and some other solution related numbers). At this moment, I store these information in .config files, which is not very convenient in case of change. Also, I don't want to store this in database. I would like to see something like solution.config that shoud be shared thru whole solution. Is something like this possible.
Thanks in advance,
Antoni