Reputation: 11185
I have just switched from old-style to razor.
Since this point the compile time has become much slower, is there any thing I can do?
Thanks.
Upvotes: 1
Views: 88
Reputation: 7584
A couple options:
MvcBuildViews
in your project file set to true
? You could set that to false
if so and just compile at runtime.Upvotes: 0