What's the best way to implement friendly URL in ASP.net?
Asp – What’s the best way to implement friendly URL in ASP.net
asp.net
Related Question
- Asp.net-mvc – A potentially dangerous Request.Form value was detected from the client
- .net – ASP.NET Web Site or ASP.NET Web Application
- Best way to implement a 404 in ASP.NET
- .net – How to get the webapp’s base URL in ASP.NET MVC
- Asp.net MVC SEO Friendly URL
- C# – Could not find a part of the path … bin\roslyn\csc.exe
Best Solution
The ASP.NET Routing Framework provided in .NET 3.5 SP1 is a good one.
Although it is very new, it can handles many URL-related tasks and most frequently used URL-friendly schemes very well.
It can be used outside of MVC, too.