Adding Web Site Project style compilation on demand to Web Application Project in Visual Studio
        Posted  
        
            by Sprintstar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sprintstar
        
        
        
        Published on 2010-05-24T09:32:20Z
        Indexed on 
            2010/05/24
            10:11 UTC
        
        
        Read the original article
        Hit count: 422
        
I have a web application project that I wish to keep as a web application project, however is it possible to have part of it compiled on demand like a web site project? I would like one folder where I can add aspx pages to the website after its been published.
© Stack Overflow or respective owner