How would I go about using the MVC framework in the ASP.NET standard web site model, instead of the web application model?
-
I don't think that is possible, at least not the entire framework with all the functionality that is built into it. Why do you want to?Tomas Aschan– Tomas Aschan2009-05-23 12:34:54 +00:00Commented May 23, 2009 at 12:34
-
@Tomas, I am used to developing and deploying from the web site model, and I enjoy the on-demand compilation and easy updating of sites built with that model.ProfK– ProfK2009-05-23 15:58:56 +00:00Commented May 23, 2009 at 15:58
Add a comment
|
1 Answer
Here is explained how.
3 Comments
Tomas Aschan
That's pretty obsolete - MVC has released in one more preview, one beta, two release candidates and the final version since...
GalacticCowboy
However, the steps he describes don't seem to be out of the realm of possibility. It might be interesting to try it...
Albic
I haven't tried it myself but I don't think MVC has changed that much since Preview 4 that this isn't possible anymore. Although I pretty sure that there is no tooling for MVC in Visual Studio after the conversion.