Tagged Questions

13
votes
10answers
1k views

What Url rewriter do you use for ASP.Net?

I've looked at several URL rewriters for ASP.Net and IIS and was wondering what everyone else uses, and why. Here are the ones that I have used or looked at: ThunderMain URLRewriter: used in a ...
1
vote
1answer
214 views

Remove HTTP headers inserted by Managed Fusion URL Rewriter

I'm toying with Managed Fusion's URL Rewriter and noticed that it adds a couple HTTP headers to IIS’ response: X-Rewritten-By: ManagedFusion (rewriter; reverse-proxy; ...
0
votes
0answers
16 views

IIS UrlRewriter ASP.NET session honoring

I have 2 boxes, one is a Windows box that will serve a website. I have another (Linux) box that supplies data for use in some of the web pages on that site. On the web pages themselves there is ...
0
votes
2answers
53 views

Url rewriting question

This is my rule set up in web.config: <rule name="RedirectPopups" stopProcessing="true"> <match url="^webforms/visitor/popup/*" /> <conditions> ...
0
votes
1answer
52 views

URL rewriting makes all the links of same patterns after visiting any rewritten link in ASP.NET

I am using UrlRewriter to rewrite my urls in an ASP.NET application. Everything works fine and the work which I need to do is working ok. I want to redirect ~/product/45/something to ...
0
votes
1answer
187 views

IIS UrlRewrite problem

I've been using the UrlRewrite IIS plugin for about a month on our production site. I created a single redirect rule using the supplied template/wizard, the resulting config enrty is as follows: ...