1

How would I go about using the MVC framework in the ASP.NET standard web site model, instead of the web application model?

2
  • 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? Commented 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. Commented May 23, 2009 at 15:58

1 Answer 1

1

Here is explained how.

Sign up to request clarification or add additional context in comments.

3 Comments

That's pretty obsolete - MVC has released in one more preview, one beta, two release candidates and the final version since...
However, the steps he describes don't seem to be out of the realm of possibility. It might be interesting to try it...
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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.