views:

46

answers:

1

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
@tvanfosson: Thanks but is there an easier way like asp.net 4?
HasanGursoy
what do you mean easier? It's very easy.
kervin
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