Using Extensionless URLS

Discussion in 'Windows / IIS' started by STEVEQ, Aug 12, 2009.

  1. Hi, I have a DNN site www.lexido.com with an URL rewriter module installed (DNN URL Master). All actual URLs are aspx terminated but at the moment this generates a 404 on my DASP server as the aspx extension is not found. Can you advise as to how a site with extensionless URLs can be handled correctly?
     
  2. Did you add the custom HTTP handler for the file extension in your applications web.config file? By default ASP.Net will typically use the DefaultHTTPHandler if not otherwise specified?
     

Share This Page