We want to provide shapefile download support for our web applications. We have implemented shapefile downloads using ArcObjects with ArcMap installed on a desktop, but want to also provide this functionality from our controller action methods inside our MVC web applications. It appears that writing a server object extension would be the correct way to achieve this.
Has anyone already implemented this as a server object extension? Any advice on the "correct" way to handle this would be appreciated.