How to create multiple preprocessor constants in ASP.NET Page Directive ?
        Posted  
        
            by user284523
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user284523
        
        
        
        Published on 2010-03-08T13:34:24Z
        Indexed on 
            2010/03/08
            13:36 UTC
        
        
        Read the original article
        Hit count: 304
        
ASP.NET
It is possible to create a constant like this:
http://haacked.com/archive/2007/09/16/conditional-compilation-constants-and-asp.net.aspx
<%@ Page CompilerOptions="/d:QUUX" %>
How to create multiple constants ?
© Stack Overflow or respective owner