Hi, I've used routing with asp.net 4.0 but one of my hosting companies haven't updated .net framework yet and I want to use routing with asp.net 3.5. Is it possible to use System.Web.Routing in asp.net 3.5?
+2
A:
Yes, you can use System.Web.Routing with ASP.NET 3.5 provided you have SP1. See this MSDN article on how to use it with web forms.
tvanfosson
2010-05-18 18:21:42
@tvanfosson: Thanks but is there an easier way like asp.net 4?
HasanGursoy
2010-05-18 19:01:42
what do you mean easier? It's very easy.
kervin
2010-05-18 19:23:19
Maybe it is but I couldn't get it work... Also there is too much code. I just want in in asp.net 4.0 way :).. Which is just importing System.Web.Routing and register route table in global.asax.
HasanGursoy
2010-05-19 08:05:46