URL Rewrite module and web.config

Discussion in 'Windows / IIS' started by EricV, Sep 23, 2009.

  1. Hi,
    wanted to give users a user friendly URL to access functions in my web application.
    I could implement the rules in my devt IIS7 with the URL Rewrite module. Sofar so good.
    DASP has this URL Rewrite Module available on the server as well.

    But my problem is that I need those settings in my APPLICATION in the web.config and not at SERVER level.

    How do I include the rules in my web.config.
    Am I missing something?

    If I need the rules on IIS7 I cannot find any IIS7 tools on DASP.
    Thanks for any hint, -Eric
     
  2. Just noticed the rules in the web.config section

    Hummm... just noticed that the rules were actually installed in the web.config on Default Web Server level.
    The URL Rewrite Module stores the resulting rules in your web.config.

    Not sure if this is so obvious, at least not for me. But I learned something very useful today. -E. :eek:
     

Share This Page