asp.net MVC: binary deployment of mvc views
        Posted  
        
            by user287107
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user287107
        
        
        
        Published on 2010-03-13T00:49:43Z
        Indexed on 
            2010/03/13
            0:57 UTC
        
        
        Read the original article
        Hit count: 434
        
asp.net-mvc
|web-development
Hi,
how can I deploy an mvc application, without publishing the aspx view files. Is there a way to publish the generated dll assemblies?
In the project file is an option "MvcBuildViews", which builds these dll files. But they are build in a temp directory and not used in the publishment process. Is there a way to include these files?
best regards
© Stack Overflow or respective owner