Introduction to Razor and Microsoft WebMatrix

WebMatrix is a great tool for making ASP.NET Web Pages. As we know, ASP.NET Web Pages is a straightforward page-based architecture different from existing ASP.NET technologies, such as Web Forms and ASP.NET MVC. Using the Web Pages approach, developers create their websites one page at a time, adding logic and behavior inline as needed. Installing …

Windows Server 2008 üzerine MVC çalıştırma

Windows Server 2008 üzerine MVC çalıştırmak için öncelikle websiteniz Asp.net 4.0 desteğinin bulunduğu bir Application Pool’da bulunmalıdır. Sonrası yine bulunduğu Application Pool’un “integrated mode” a olması gerekmektedir. Yoksa MVC projeniz çalışmayacaktır. Websitenizin kullandığı Application Pool’u “integrated” Mode a aşağıdaki adımları izleyerek atayabilirsiniz: Ilk olarak IIS Manager i açın; sonrası Application Pools kısmına girdikten sonra sitenizin kullandığı …