I have a custom CMS (Content Management System) that utilizes custom URL re-writting. I want to install the CMS on a hosted platform (Mosso), but to get the URL re-writing to work properly, I need to add a Wildcard Application Map. Normally, I would do this directly within IIS, but Mosso does not provide access to this.
Does anyone know how I can add a Wildcard application map within the web.config? I've seen a lot of posts, but I am still having issues making it work. If anyone could provide specific details/examples on how to do this, I would greatly appreciate it.
The application map that I am hoping to add is below :
c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll
Thanks!!