随笔-28  评论-0  文章-0  trackbacks-0
MVC
Run MVC in older version of IIS
摘要: http://www.asp.net/mvc/tutorials/using-asp-net-mvc-with-different-versions-of-iis-csIIS 7(integrated mode): no needIIS 7(classical mode): needIIS 6: needtwo options:1. modify route table to use file e...阅读全文
posted @ 2010-11-24 07:46 Joe Hou| 编辑
MVC study - data validation
摘要: Data validationSever side:Required – Indicates that the property is a required field DisplayName – Defines the text we want used on form fields and validation messages StringLength –...阅读全文
posted @ 2010-11-23 14:20 Joe Hou| 编辑
MVC study
摘要: default generated foldersFolderPurpose/ControllersControllers respond to input from the browser, decide what to do with it, and return response to the user./ViewsViews hold our UI templates/ModelsMode...阅读全文
posted @ 2010-11-23 12:38 Joe Hou| 编辑