Hello fellow developers.
We have made an untraditional solution I DynamicWeb where each page returns some xml, which a content loader uses to fetch its content.
For SEO reasons we need to control the URL rewriting completely, for this we have made an HttpHandler to catch the incoming URL on Begin Request, and fetch the relevant content to the content loader, however it seems that DynamicWeb rewrites the URL before our HttpHandler catches the URL, because if we enter e.g. http://www.comfort.dk/Belysning/Artikler/ our HttpHandler gets Default.aspx?ID=7.
Is there a way to disable DynamicWeb from rewriting the URL.