【正文】
您可以擴展配置方案,以滿足您的要求。 。 配置,使您可以定義Web服務器配置設置為您,為Web站點或個人申請。,將編譯所有應用程序組件。 編譯器,使強類型,性能優(yōu)化,和早期綁定以及其他好處。 這有助于搜索引擎優(yōu)化(SEO)和網址,使更多的方便。 欲了解更多信息,請參見 。 然后,您可以創(chuàng)建單獨的內容頁包含特定頁面的內容,您要顯示。除了 ??主題,你可以定義母版頁,用于創(chuàng)建一個應用程序中的頁面布局一致的。 您可以定義主題和皮膚,然后應用水平他們在頁級別或在控制。 控件編寫一次,可以在許多網頁上使用,它們被放置在渲染過程中的整合。 欲了解更多信息,請參見 。 ,響應客戶端事件的應用程序在執(zhí)行1148 Web的客戶端分離和服務器所固有的。 作為一個規(guī)則,你可以使用多個瀏覽器相同的網頁。頁和控件框架。 或者,您可以預編譯和部署使用網站 生成網站 的命令。 Visual Web Developer中包含一個本地Web服務器,它提供的所有功能,而無需Internet信息服務(IIS)的安裝。測試和調試Visual Web Developer提供一個理想的環(huán)境來建立網站,然后發(fā)布到一個托管網站。 你可以在任何語言代碼與公共語言運行庫(CLR)中,包括Microsoft Visual Basic和C#兼容的應用程序。NET Framework的一部分。 洪著財,史金飛,張志勝.基于XML的動態(tài)質量信息表達方法的研究.制造業(yè)自動化,2004,26(1):58 [2] 吳偉敏.UML建模工具的比較——ROSE,Visio,和PowerDesigner.現代計算機,2003,6(下半月版):3235,56[3] 蔡敏,徐慧慧,黃炳強.UML基礎與Rose建模教程.北京:人民郵電出版社,2006,294312[4] 鄧景毅.在ERP實施中用Microsoft Visio創(chuàng)建企業(yè)的業(yè)務流程圖.電腦學習,2005,5:3940[5] 牛俊慧,張紅光,牛會麗.基于MVC模式的電子商務平臺構造技術研究.計算機工程與設計,2006,27(23):44794481[6] 尤瀾濤,韓月娟,孔芳.基于B/S的統一基礎數據表管理模塊的設計與實現.計算機與現代化,2006,12:3133,37[7] Ted N. Husted,CedricDumoulin,GeorgeFranciscus, David Winterfeldt. Struts in ActionBuilding web applications with the leading Java framework.Greenwich CT US:Manning Publications,2002:120350[8] 附錄 Overview is a unified Web development model that includes the services necessary for you to build enterpriseclass Web applications with a minimum of coding. is part of the .NET Framework, and when coding applications you have access to classes in the .NET Framework. You can code your applications in any language patible with the mon language runtime (CLR), including Microsoft Visual Basic and C. These languages enable you to develop applications that benefit from the mon language runtime, type safety, inheritance, and so on.Testing and DebuggingVisual Web Developer provides an ideal environment in which to build Web sites and then publish them to a hosting site. Using the development tools in Visual Web Developer, you can develop Web pages on your own puter. Visual Web Developer includes a local Web server that provides all the features you need to test and debug Web pages, without requiring Internet Information Services (IIS) to be installed. When your site is ready, you can publish it to the host puter using the builtin Copy Web tool, which transfers your files when you are ready to share them with others. Alternatively, you can prepile and deploy a Web site by using the Build Web Site mand. The Build Web Site mand runs the piler over the entire Web site (not just the code files) and produces a Web site layout that you can deploy to a production server. Page and Controls FrameworkThe page and controls framework is a programming framework that runs on a Web server to dynamically produce and render Web pages. Web pages can be requested from any browser or client device, and renders markup (such as HTML) to the requesting browser. As a rule, you can use the same page for multiple browsers, because renders the appropriate markup for the browser making the request. However, you can design your Web page to target a specific browser and take advantage of the features of that browser. Web pages are pletely objectoriented. Within Web pages you can work with HTML elements using properties, methods, and events. The page framework removes the implementation details of the separation of client and server inherent in Webbased applications by presenting a unified model for responding to client events in code that runs at the server. The framework also automatically maintains the state of a page and the controls on that page during the page processing life cycle. For more information see Web Pages Overview.The page and controls framework also enables you to encapsulate mon UI functionality in easytouse, reusable controls. Controls are written once, can be used in many pages, and are integrated into the Web page that they are placed in during rendering.The page and controls framework also provides features to control the overall look and feel of your Web site via themes and skins. You can define themes and skins and then apply them at a page level or at a control level. For more information, see Themes and Skins.In addition to themes, you can define master pages that you use to create a consistent layout for the pages in your application. A single master page defines the layout and standard behavior that you want for all the pages (or a group of pages) in your application. You can then create individual content pages that contain the pagespecific content you want to display. When users request the content pages, they merge with the master page to produce output that bines the layout of the master page with the content from the content page. For more information see Master Pages.The page framework also enables you to define the pattern for URLs that will be used in your site. This helps with search engine optimization (SEO) and makes URLs more userfriendly. For more information, see Routing.The page and control framework is designed to generate HTML that conforms to accessibility guidelines. CompilerAll code is piled, which enables strong typing, performance optimizations, and early binding, among other benefits. Once the code has been piled, the mon language runtime further piles code to native code, providing improved performance. includes a piler that will pile all your application ponents including pages and controls into an assembly that the hosting environment can then use to service user requests. For more information, see Compilation Overview. Configuration applications use a configuration system that enables you to define configuration settings for your Web server, for a Web site, or for individual applications. You can make configuration settings at the time your applications are deployed and can add or revise configuration settings at any time with minimal effect on operational