How to ignore route in asp.net forms url routing

后端 未结 4 439
梦谈多话
梦谈多话 2020-12-01 06:36

I am using the .NET 3.5 SP1 framework and I\'ve implemented URL routing in my application. I was getting javascript errors:

Error: ASP.NET Ajax client-side

4条回答
  •  萌比男神i
    2020-12-01 07:10

    I would just like to add that you also need to make sure the order of your IgnoreRoutes rule is in the the correct order otherwise your first route will be applied first and your IgnoreRoute will... well be ignored.

提交回复
热议问题