« Previous Next »

Thread: Wildcard Application Map

Last post 10-27-2008 6:27 AM by hiteshpatel. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 08-09-2008, 9:09 PM

    Wildcard Application Map

    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!!
     

  • 08-09-2008, 9:58 PM In reply to

    Re: Wildcard Application Map

    So I did some more research and I found the following :

    <add name="Wildcard" path="*" verb="*" modules="IsapiModule" resourceType="Unspecified" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" />

     
    Now, my problem is that none of my CSS/JavaScript files are loading. It's says that the file is not found.

  • 10-27-2008, 6:27 AM In reply to

    Re: Wildcard Application Map

    Hi Jondomanus,

    We are also facing same problem. Please let us know if you find/found any solution.

    Thanks !!!!!!!

     

     

     

     

     

Page 1 of 1 (3 items)
Microsoft Communities