微軟有文檔描述這個解決方案的, 如下. How to enable an ASP.Net application to run on a SharePoint virtual serverhttp://support.microsoft.com/kb/828810?&clcid=0x409Allowing Web Applications to Coexist with Windows SharePoint
ASP.NET Ajax架構提供了兩種開發模型:伺服器端編程和用戶端編程。前者使用方便,開發人員可以不懂JS和Ajax,而是通過傳統的ASP.NET開發方式完成Ajax應用的開發,但是其控制粒度較粗,他比較適用於在已有系統上實現局部的非同步重新整理功能。而後者開發難度相對較大,需要開發人員熟悉JavaScript,並熟悉ASP.NET AJAX提供的各種文法支援及用戶端編程模型,但是其控制粒度精細,有利於提高應用的效能和品質。
從微軟下載dotnetfx.exe與langpack.exe,安裝後asp.net2.0程式能夠訪問了。伺服器重新啟動,原先能夠訪問的網站提示:您試圖在此 Web 服務器上訪問的 Web 應用程式當前不可用。請點擊 網頁瀏覽器中的[重新整理] 按鈕重試您的請求。 管理員注意事項: 詳述此特定請求失敗原因的錯誤資訊可在 Web 服務器的系統事件日誌中找到。請檢查此日誌項以查明導致該錯誤發生的原因。查看日誌:It is not possible to run two different
文章目錄 Entity Framework Code-First DevelopmentUsing NuGet to Install EFCodeFirstAdding a Code-First POCO Class Entity Framework Code-First DevelopmentThe Entity Framework version 4 supports a development paradigm called
文章目錄 Adding a New Field to the Movie Model and Table Adding a New Field to the Movie Model and TableIn this section you'll see how easy it is to evolve the schema of our database by simply adding another field to the
文章目錄 Accessing your Model's Data from a ControllerCreating a Connection String and Working with SQL Server Express Accessing your Model's Data from a ControllerIn this section, you'll create a new MoviesController class
文章目錄 Adding Validation to the Model Adding Validation to the ModelIn this section we're going to implement the support necessary to enable input validation in the application. We'll ensure that database content is correct
文章目錄 Implementing Edit, Details, and Delete ViewsImplementing an Edit ViewImplementing a Delete View Implementing Edit, Details, and Delete ViewsOpen the Movie controller and add the following Details method:public
執行 Web 標準以便更加易於訪問: 本文討論了 Web 標準如此重要的原因,並給出了一些可用於建立符合標準的網站的技術。採用這些標準可能會有一定的難度,因為採用標準通常不是最簡單的操作方法,但這是確保將來各類使用者可以通過更多裝置訪問您今天建立的控制項和 HTML 的最佳方法。各種瀏覽器都在逐漸地滿足這些標準,而這一趨勢仍將繼續;現在,編寫符合 Web 標準的代碼的責任就落在了所有開發人員的肩上。http://msdn.microsoft.com/msdnmag/issues/07