views:

66

answers:

2

Looks like Publish doesn't copy Razor views at ASP.NET MVC 3 Beta. Is it a known limitation of Beta? Will it be fixed at release?

A: 

Not sure. Best way is to submit it as a bug in the connect.microsoft.com web site.

Brian
+1  A: 

Try selecting a razor file and in the properties make sure that Build Action is set to Content.

Darin Dimitrov