Extensionless URL not mapping to App

Discussion in 'Open Discussion' started by 0010970, Feb 27, 2011.

  1. I need to have extensionless requests directed to my application. Currently they are not being routed to my application. I have code in Global.asax to handle URL Rewriting that needs to run.

    I have tried a simple URL Rewrite rule in URL Rewrite in IIS Manager also.

    Either way all extensionless URL requests are going straight to the Winhost 404 error page. I do have a defined 404 page in my app so I know the asp.net engine is not receiving either redirect.

    Please Help! This app has run fine on other hosts.
     
    Last edited by a moderator: Oct 14, 2015
  2. Ray

    Ray

    What do you have setup in your Handler Mappings? Did you try setting up wild card mappings?
     

Share This Page