I am trying to implement ASP.NET URL routing using the System.Web.Routing. And this seems to work fine on my localhost however when I go live I am getting an II
I followed this article: How to: Use Routing with Web Forms
Before I found it I had issues on my shared host and none locally. It was my web.config.
My host was using IIS 7 with Integrated Pipeline, I was missing this:
EDIT: According to your settings and code, the only thing left is to check to see if you have the Routing dll defined in web.config and also deployed to your bin directory: