I created an MVC5 (Framework 4.5)
website and need to deploy it into Windows Server 2003
. IIS 6
is running on the server. Is there anyway to run project on this server? Or what should I do to make it run? What is the newest technology can be run in Windows Server 2003
and IIS 6
?
I think so, yes.
I've done it with 4.0 framework, and i think 4.5 won't be a problem either. Also, no big of a deal. Here is what I've followed:
http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx/
Hope it helps.