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
Just to inform what was finally my solution... on the IIS7 change the pipeline mode to Integrated and I folowed adding some lines on the web.config from the link above...
http://msdn.microsoft.com/en-us/library/cc668202.aspx