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