We recently started using a url rewriter to make static URLs for dynamic pages. For example, the URL "/articles/title/articlename.aspx" would show the page for "/articles/read.aspx?articlename.aspx".
The rewriter seems to work just fine. However, every now and then it randomly stops working until we reset the web.config file.
Does anybody have a clue what might be causing this?
carguy84
3:03 am on Jun 15, 2007 (gmt 0)
We ran into issues left and right with .NET's url rewriter, it's buggy at best. Switched over to isapi rewriter and haven't looked back since. Performance also increased a bunch too. .NET's rewriter was good for about 140 requests per second, isapi was good for over 300.
woop01
3:46 am on Jun 15, 2007 (gmt 0)
Hmmm, I was hoping to avoid that but I don't know why. I'll go ahead and try it.