Tagged Questions

UrlRewritingNet.UrlRewrite is an Open Source Component for easy and reliable rewriting URLs with ASP.NET

learn more… | top users | synonyms

4
votes
4answers
580 views

Which one is better ? URLReWriter.net or URLReWriting.NET

I don't know whether you've been come across urlrewriter.net because as I've seen so far urlrewriting.net is kinda more popular. Could someone please tell me which one is actually easier to implement ...
3
votes
1answer
426 views

UrlRewriteModule.net and session problem

i have a problem in asp.net web-application. I'm using UrlRewritingNet.UrlRewrite and it's works fine only when there is no uses of session on page. for example: simple page Default.aspx with code: ...
3
votes
6answers
3k views

URL Rewrite from /default.aspx to /

I'm using the URL Rewriting.NET tool with IIS 6. I've got my default page content set for default.aspx in IIS. What I'm trying to do is have /default.aspx provide a 301 redirect to the root directory ...
2
votes
2answers
700 views

How to redirect images requests to another folder using urlrewriting.net

I'm using urlrewriting.net to redirect a cascading stylesheet image request. I've been trying without luck to do so. Here's the rewrite I added: <add name="reportImagesRedirect" ...
2
votes
3answers
697 views

urlrewritING.net query character in virtual url causing redirect loop

I've got a project where we're re-building a site for a client, the new site is using umbraco on the .net platform. the old site was cold fusion. Umbraco utilises the urlrewriting.net library so I ...
1
vote
2answers
200 views

urlrewriting.net map all classic asp requests to default.aspx

I'm using urlrewriting.net and want to add a rule to map all classic asp requests to default.aspx. Unfortunately my attempt below just results in a redirect loop, so I must be doing something wrong. ...
1
vote
1answer
302 views

Using URL Redirection based on domain name using UrlRewritingNet.UrlRewriter

I want to redirect a request in an asp.net web site based on the domain, my scenario is like this. I have the app setup so that it will process the requests from multiple domains like from ...
0
votes
1answer
44 views

urlrewriting.net and exact match

I am using urlrewriting.net to rewrite my URLs. One of my rules captures "/restaurant", but it seems it is a "contains"-rule in the sense that it will also capture eg. "/restaurant-italia" but I would ...
0
votes
1answer
127 views

Postback not firing using URLRewriting.Net in ASP.NET

Well, I'm not sure what the problem is exactly but my postback is not firing properly. I am using URLRewriting.Net and have it configured in an extension-less manner. So, the page I am working on is ...
0
votes
0answers
162 views

Issue with UrlRewriting.Net in IIS6 ASP.Net 2.0 redirecting from old subdomain to new

We have an issue when trying to use UrlRewriting.Net to redirect and old domain to a new domain in IIS6 and asp.net 2.0 , we would like to use a httpModules to acomplish the task but running into some ...
0
votes
0answers
180 views

Unrecognized configuration section urlrewritingnet

i am trying to use this urlrewrtitingnet and i added the following : <section name="urlrewritingnet" requirePermission="false" type="UrlRewritingNet.Configuration.UrlRewriteSection, ...
0
votes
0answers
132 views

Problem in post back with url rewriting in UrlRewritingNet.dll?

I am using UrlRewritingNet.dll for re-writing my website url to extension less. All pages are running fine but in some pages when I click on any radio button or button then it gives "404 no page ...
0
votes
1answer
118 views

Route HTTP images for a HTTPS site

I'm running a site where users can link images and thumbnails from other sites in their content. When viewing these images in the https secured user are, they are getting security warnings, because ...
0
votes
4answers
730 views

Urlrewriting.net IsPostBack always false

I am working on rewriting URLs Urlrewriting.net, and have run into what seems to be a common problem but I can seem to fix it. I'll present a simplified case. The URL rewriting is working perfectly ...
0
votes
2answers
796 views

Urlrewriting.net pages are not causing postbacks

I'm using webforms with UrlRewriting.Net to rewrite pages, e.g. http://www.example.com/stuff.aspx?c=30 becomes http://www.example.com/stuff/30-this-stuff.aspx. It works in so far as the ...
0
votes
1answer
901 views

UrlRewriting.Net Regular expression - “Not in string”

i may be barking up the wrong tree here but i'm banging my head against a wall trying to write a regex rewrite. i have two site that are identical but by choice the client uses one server (call it ...