Infosys Microsoft Alliance and Solutions blog

Main

December 18, 2009

Deploying ASP.NET MVC applications on IIS 6

Couple of days back I was trying to deploy an ASP.NET MVC application on IIS 6 and met with some issues. When I entered an extension-less url like http://localhost/MyMVCApp/Home/Index, I got a resource not found error. When I did some read up on the same, I found that we have to tweak the application configuration on IIS to get the application running and to use extension-less URLs. Phil Haack's article on the same provides us a lot of details on how to get ASP.NET MVC apps up and running on IIS 6.

October 14, 2009

ASP.NET MVC 2 Preview 2 Released

On October 1st Microsoft released ASP.NET MVC 2 Preview 2 for Visual Studio 2008 SP1 (and ASP.NET 3.5 SP1), which builds on top of the work they did in Preview 1 released two and a half months ago.

Continue reading "ASP.NET MVC 2 Preview 2 Released" »

ASP.NET MVC – Understanding the Model-View-Controller (MVC) pattern

ASP.NET MVC is something that Microsoft started talking about approximately 2 years ago! In October 2007, Scott Guthrie presented the first preview of the ASP.NET MVC framework at PDC. Before ASP.NET MVC came into the picture, the .NET platform did not provide the building blocks to develop a web application which uses the Model-View-Controller architecture. This was something that the .NET developer community had been asking the ASP.NET support team for, since a very long time. Ever since the first preview of the framework was released, the interest in this framework has been growing, and a vast amount of sample applications, components, and so on have been released on the Internet by enthusiast bloggers and Microsoft employees.

Continue reading "ASP.NET MVC – Understanding the Model-View-Controller (MVC) pattern" »

March 11, 2009

ASP.NET MVC eBook Tutorial released

Before actual ship of ASP.Net MVC framework Scott Guthrie has provided link to ASP.net MVC eBook tutorial. Find details here.

Continue reading "ASP.NET MVC eBook Tutorial released" »

August 22, 2008

Reflector needs registration

There will be probably very few out there who haven't heard about Reflector and don't use it. Earlier today I noticed this blog that mentioned Red gate acquiring Reflector. I proceed to the mentioned site. I noticed that the latest version if 5.1.3 and I had 5.1.1. so I clicked the "Download your free copy now!" button.

Interestingly the tool may still be free, but laying your hands on it isn't that easy anymore. You are now required to register to download. This is a bit of a damper. I will eventually register and download the latest, but having to register to get the freely available tool earlier !! I don't like it.

August 04, 2008

Virtual Earth ASP.NET control

Check our the new set of Windows Live Tools available that work with Visual Studio 2008. These also include the ASP.NET Virtual Earth Control and you can find detailed video introductions here.

Since I now work more closely with Silverlight, I look forward to the easier integration of Virtual earth with Silverlight and easy usage.

July 08, 2008

ASP.NET, ASP.NET AJAX and Silverlight - Which way would you go?

Want to develop a web application using Microsoft Technologies? The choice today will revolve around the mature ASP.NET, the upcoming ASP.NET AJAX or Silverlight (Beta 2 currently available). Needless to say that all have their benefits and specific features that make them attractive options to use.

Choice will also depend very much on if the application is internet or intranet facing, so let's talk about internet facing application. Both ASP.NET and ASP.NET AJAX are pretty much server side applications in that most of their logic resides on server side. 

Continue reading "ASP.NET, ASP.NET AJAX and Silverlight - Which way would you go?" »

April 03, 2008

ASP.NET AJAX Perils

ASP.NET AJAX is come a long way since its inception a few years back and my personal take it is that it in a hype cycle right now, where everyone is trying to jump on-board and create AJAX based applications. Needless to say that it has its own benefits, but there definite downsides to it as well. You can read a set of 10 important aspects around AJAX here.

It is known that though it gives a flicker free UX, the under-the-hood story tells a different tale. Having read about it, some days back, we did a small experiment to really see the kind of differences one can get with different approaches and you can read about our findings in this report (Download file). The scenario we took is very simplistic, but the results are still eye-opening.

Subscribe to this blog's feed

Infosys on Twitter