Rewriting URL to get Wordpress "permalink" type URL
- by user1472575
I would like my users to enter http://mywebsite.com/the-name-of-my-post
and have the following execute: http://mywebsite.com/Default.aspx#&&the-name-of-my-post
...which is what the ScriptManager generates at runtime.
I have created an ASP.NET site to replace a Wordpress site that creates "permalinks". This site was around for about 2…