I’m new to ASP and wanted to know if it has conditional “compiling” (I know it is not compiled)
What I mean is:
My app is delivered to diferent users. Each has it’s own conditional app compilation.
Now I need to condicionaly change Web.config’s is there a way to use conditional compilation symbols ?
EOG
There is nothing like that for config files. The best thing to use is configuration file transformations.
Here is some documentation: http://msdn.microsoft.com/en-us/library/ie/dd465318.aspx