Does ASP.Net 2.0 and Visual Studio 2005 has the possibility of working with MVC or I have to move to VS2008 and asp.net 3.5?
The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication. The MVC framework is defined in the System.
It is no longer in active development. It is open-source software, apart from the ASP.NET Web Forms component, which is proprietary. ASP.NET Core has since been released, which unified ASP.NET, ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using only Razor pages).
ASP.NET is a free web framework for building websites and web applications on . NET Framework using HTML, CSS, and JavaScript. ASP.NET MVC 5 is a web framework based on Model-View-Controller (MVC) architecture.
The main difference between ASP.NET Core and ASP.NET MVC 5 is their cross-platform approach. ASP.NET Core can be used on Windows, Mac, or Linux, whereas ASP.NET MVC 5 can only be used for applications on Windows. The ASP.NET Core MVC is a framework for building web apps and APIs, optimized for use with ASP.NET Core.
It's definitely not supported. The post that Scott wrote might be outdated. Even following that post, it might not work now due to some recent changes. You're best off upgrading to .NET 3.5 as who knows what might break trying to build an ASP.NET MVC site for 2.0
It's not supported but you can read up on how to do it here...
http://www.hanselman.com/blog/DeployingASPNETMVCOnASPNET20.aspx
Indeed, I asked Scott Hanselman to update his blog with the fact that his technique no longer works. You'll have to upgrade to ASP.NET 3.5 to use ASP.NET MVC. (ASP.NET 3.5 Service Pack 1 is not, however, required, though it will work just fine.)
It isn't intended to work but I remember reading something from Scott Hanselman saying it may be possible with a bit of hacking. It would be dodgy as though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With