Intelligencia.UrlRewriter.dll

Discussion in 'ASP.NET / ASP.NET Core' started by FaithRaven, Jan 29, 2008.

  1. Yes the Bin folder is already synced.
     
  2. If it is in your root /Bin/ folder and your code is correct it should be working.
    Did some checking just now and YetAnotherForum uses it.
    http://yetanotherforum.net/

    Might help to download it and look at the code.

    I've tested that successfully on DASP servers.
    Salute,
    Mark
     
  3. I've just published the compiled version. Still the same problem.

    My urls look like /news/all/ . Maybe the IIS needs to be configured to threat extension less files as aspx ?

    Edit: Yes. Having extension less links seems to be the problem. It works by default in IIS7 but it has to be enabled in IIS6.

    Post Edited (FaithRaven) : 1/29/2008 2:48:57 PM GMT
     
  4. Hello

    I'm using Intelligencia.UrlRewriter.dll module to do UrlRewriting on my site. It rewrites calls like news/all/ to news.aspx?Category=All. It works like a charm on my Vista localhost with IIS7 but on the live server I get the 'The page cannot be found' error when calling this urls.

    Thanks in advance for your help.
     
  5. I'm not familiar with it but if it's a library that runs from your application bin folder make sure you have sync'd your folders.
     
  6. Wild card mapping is not enabled by default.Issue a ticket to the DASP support team to do that for you.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page