Browsing articles tagged with " ASP.NET MVC"
Jul
13
2009

Membuat Accelerator untuk Internet Explorer 8 – Code Converter

BTW, post ini merupakan studi kasus dari artikel yang telah dibuat sebelumnya di geeks. Tentang Accelerator Accelerator, yang pada Internet Explorer 8 beta disebut dengan Activities, adalah suatu konsep baru yang memungkinkan user untuk berinteraksi dengan web service atau aplikasi dari kebiasan browsing Anda (di internet). Maksudnya, katakanlah Anda kesulitan dengan bahasa Inggris, dan ketika browsing sebuah halaman web dan menemukan kalimat yang tidak Anda kenal (mungkin) seringkali Anda meng-copy kalimat tersebut kemudian membuka website [...]

Jun
19
2009

Running ASP.NET MVC website on Windows XP/IIS 5.1

If your development environment is still using Windows XP Pro and need to run ASP.NET MVC web application, probably you are running the app from the Visual Studio IDE. Why not using IIS ? Well, technically it is possible to run ASP.NET MVC web application on IIS 5.1 but requires too many action as described in this post. If those steps is too cumbersome for you then you can consider using Ultidev’s Cassini web server. [...]