Tagged Questions
3
votes
2answers
387 views
View Engines for Web Matrix Web Pages
Microsoft has a new website editing tool: WebMatrix. WebMatrix uses the new Web Pages engine in which Razor is the view engine; Razor is also the new view engine for MVC3. I am attempting to find out ...
3
votes
2answers
248 views
ASP.NET Web Form Render Engine outputs a Control Tree? Looking for info on render logic
I've been watching a video on Scott Hanselmnn teaching MVC 2 tricks/tips. He mentions how MVC 2 by default uses ASP.NET Web Forms view engine to render the output of the views; he mentions that the ...
3
votes
4answers
226 views
What view engines for ASP.NET MVC are people finding better than the default?
It's been a year since this question and I'd like to know now - what view engines are people finding very good and why?
3
votes
6answers
2k views
Is there an ASP.Net MVC view engine that supports JavaScript views?
I would like to generate some JavaScript on the server side in ASP.Net MVC. Is there a view engine that supports this? Ideally I would like to be able to get JavaScript from an url like:
...
2
votes
1answer
77 views
Erratic requests arising from client when using a custom view engine in ASP.Net MVC
I have spent about 7 hours trying to figure this out but gotten nowhere.
This is how my fiddler trace looks like
I have two routes that look like below that are registered for this page.
[route ...
2
votes
1answer
519 views
ASP.NET MVC view engine performance
I'm developing high load solution with final version of asp.net mvc.
Recently our team noticed, that most of the time that takes a server to response to client is devoted to page rendering. Simple ...
0
votes
3answers
37 views
Override the Default ViewEngine to Look in Different Directories
I created an area in Visual Studio which automatically adds the appropriate bits in the "Areas" directory. I renamed this to "Modules" but now when i navigate to /{area}/{controller/{action} it still ...