I have created an ASP.NET site to replace a WordPress site that creates permalinks in the format:
http://example.com/the-name-of-my-post
I would like these URLs redirected to:
http://example.com/Default.aspx#&&the-name-of-my-post
...which is what the ScriptManager generates at runtime.
The WordPress site was around for about 2 years so there are lots of bookmarks and references to these "permalinks" on the search engines etc.
Are there any modules I have to include in my website to get this to work? Is there any configuration that I have to ask my hosting company to make so that this works?
