, A, B, C .., , , , web.config.
, - -, , DLL . GAC, .
IIS, ( ), , app_code.
RichardOD has the best answer above, and I have implemented something similar before. Basically, I set up my own configuration file, which is a link to web.config (to prevent the application from reloading when making changes to it). This file is read by the host name and contains specific properties for each node.
All I do is add host headers in IIS and an entry for that host in the user configuration file. Done.
source
share