國內很多網站空間都只支援.NET 2.0 和 .NET 3.0 3.5,很少有空間商支援.NET 4的,即使有個別支援.NET 4,但是不支援MVC的預設路由訪問形式。
Go Daddy 的主機支援,並且費用很低,系統為 Win 2008 R2 64位,10GB網站空間,網站並發最便宜的也支援100個,PHP支援5.2和5.3,.NET支援 ASP.NET v1.0/2.0/3.0/3.5 和 ASP.NET v4.0,預設為.NET 4,並且預設已經支援MVC 2,如果要支援MVC3,只需要在發布網站的時候,多複製幾個DLL檔案到BIN檔案夾就可以了,DLL清單如下:
System.Web.Abstractions.dll
System.Web.Helpers.dll
System.Web.Mvc.dll System.Web.Razor.dllSystem.Web.Routing.dllSystem.Web.WebPages.dllSystem.Web.WebPages.Razor.dll
System.Web.WebPages.Deployment.dll
DLL打包下載:http://files.cnblogs.com/taven/MVC3_DLL.rar
否則會報如下:
頁面顯示錯誤
Could not load file or assembly 'Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'Microsoft.Web.Infrastructure ...
Could not load file or assembly 'System.Web.Helpers
...
Could not load file or assembly 'System.Web.Mvc
...
Could not load file or assembly 'System.Web.Razor
...
Could not load file or assembly 'System.Web.Routing
...
Could not load file or assembly 'System.Web.WebPages
...
Could not load file or assembly 'System.Web.WebPages.Razor
...
Could not load file or assembly 'System.Web.WebPages.Deployment
...
Go Daddy 你值得擁有!