The application is a hybrid one with Asp.net MVC files integrated into existing Asp.net application as mentioned in Scott's blog. Initial page is Aspx page with corresponding routing in Global.asax file, using routes.MapPageroute.The problem I am facing is after the default.aspx page is loaded, a call to the static webmethod in the default.aspx.cs is not happening once the route is executed.If we comment the routing part in Global file, web method call is happening correctly.Web method is calling from client side ajax and using Json inside the the method.Can some one please help me on this.