I installed the "Microsoft.AspNet.FriendsUrls" package using VS2013's NuGet package manager. It's not working. According to this page:
http://www.lynndemarest.com/2013/07/about-microsoft-aspnet-friendlyurls/
I am supposed to have .DLLs that I "do not" have in my \bin folder. I only got 2 of the 5 that the article states that I "should have" gotten. I didn't get these following 3:
/bin/Microsoft.AspNet.FriendlyUrls.dll.refresh
/bin/microsoft.web.infrastructure.dll
/bin/microsoft.web.infrastructure.dll.refresh
Is the article still valid. I also added the "assemblies" like the article suggested in my projects web.config file. Not sure what else could be wrong other than the missing .DLLs.
 

Go to the complete details ...