ASP.NET MVC3

· 개발
1. log4net 다운로드 http://logging.apache.org/log4net/download.html 2. 설정 참조추가를 통해 log4net.dll 을 References에 추가 Global.asax.cs의 Application_Start()에 log4net 설정 Web.Config에 log4net 설정항목 추가 Global.asax.cs protected void Application_Start() { //log4net Configure log4net.Config.XmlConfigurator.Configure(); } Web.Config logger.Fatal("Fatal(치명적장해)"); logger.Error("Error(장해)"); logger.Warn("Warn(경고"); logg..
· 기타
ScottGu 블로그에 ASP.NET MVC3 베타, WebMatrix 베타 2 소식이 올라와 있네요... ASP.NET MVC 3 베타 Razor Enhancements: ASP.NET MVC 3 supports the new Razor view-engine option. In addition to the functionality enabled with the ASP.NET MVC 3 Preview, today’s Beta adds a bunch of additional capabilities: Cleaner MVC integration – including the ability to use a new @model syntax to more cleanly specify the type being pas..
zerozyn
'ASP.NET MVC3' 태그의 글 목록