Forum Moderators: open

Message Too Old, No Replies

ISAPI_Rewrite enterprise site examples

Need some examples to convince a client

         

SteveJohnston

5:28 pm on Apr 21, 2006 (gmt 0)

10+ Year Member



Hi Everyone,

I am struggling to get a senior project developer to seriously consider URL rewriting for a major .Net database project, for its SEO benefits. The complaint is a common one, I'm sure, namely the additioinal server load will be prohibitive.

I haven't often encountered .Net environments so do not have much experience of the reality of the counter arguements in the Microsoft environment.

Is there any light you can shed? Particularly in regards to other enterprise sites running ISAPI_Rewrite or equivalent tools, and the arguments for such products that a resistant developer may find more compelling than my rather soft marketing oriented ones.

Any help much appreciated, and if the brand name isn't sufficient to locate the site (without links of course) then please sticky me.

Thanks in advance,

Steve

carguy84

8:13 pm on Apr 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Currently I am using the ISAPIRewrite, because .Net's rewrite abilities aren't good enough. I have observed a noticable increase in overhead when using the ISAPI Rewrite, to the order of 25% decrease in transactions per second. However, that's on one server, running 100 simaltaneous users at about 260TPS. Without the rewriter, I was getting about 325TPS.

But the SEO benefits and ease of use, I feel, outweigh the performance hit. I'd rather have the SEO'd URLS and add another server then to have /article.aspx?articleId=100&categoryId=20&page=4.....

Chip-