將 ASP.NET MVC3 Razor 項目部署到虛擬機器主機中

來源:互聯網
上載者:User

國內很多網站空間都只支援.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 你值得擁有!

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.