I work in asp.net 3.5 and visual studio 2008. Do I need to switch to 4.0 and VS 2010 ? Is this very necessary ?
I want to do simple url routing in asp.net 3.5.
e.g.
http://www.xyz.com/home => http://www.xyz.com/home.aspx
http://www.xyz.com/contact => http://www.xyz.com/contact.aspx .Thats all I need.
Can I do it in 3.5 easily without modifying much of web.config ? Also, do url routing results in slow speed ?
Off course you can switch to Asp.NET 4.x but you dont need that if you need SEO friendly URLS.
You can do this using ASP.NET IIS URL Rewrite Module 2.0 for SEO-Friendly Extensionless URLs
Asp.NET 4 requires Visual Studio 2010. Off course Asp.NET 4.x is better than 3.5 but you have to consider if you need the changes and if this justify to buy the VS2010.
hope this helps