Friendly URL versus ugly SharePoint request URL, HTTPModule?

I am developing an application in SharePoint 2010.

Now I need to solve the following: I have a list of news. Each of them has an identifier and a name.

I have one SharePoint page that knows how to display it.

I need to instead of linking each news: http: //sharepoint/news/viewnews.aspx? Title = MySharePointNews01

Follow these steps: http: // sharepoint / news / MySharePointNews01

I think writing an HttpModule and executing Server.Transfer in Viewnews.aspx will do this.

Any recommendations?

Thanks in advance.

+3
source share

All Articles