Articles : Page 1 of 1

  • Compiling MVC Views In A Build Environment

    Compiling MVC Views In A Build Environment

    May 11
    09

    ASP.NET MVC project templates include support for precompiling views, which is useful for finding syntax errors within your views at build time rather than at runtime. In case you missed the memo, the following outline how to enable this feature. Right click on your ASP.NET MVC project in the Solution Explorer Select Unload Project in the context menu. Your project will show up as unavailable Right click on the project again and select Edit ProjectName.csproj. This will bring up the p...



  • 1