摘要:
Each piece of the MVC architecture is well defined and self-contained, which is referred to as theseparation of concerns. The logic that manipulates the data in the model is contained only in the model,the logic that displays data is only in the view, and the code that handles user requests and inp. 阅读全文
摘要:
今天在学习自己写ASP.NET 框架的时候安装玩IIS7.5以后,有用使用自定义的HttpMoudle,IIS出现了如下错误: HTTP Error 500.22 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode... 阅读全文