What are the performance implications of wildcard mapping all requests through IIS 6.0?
Posted
by slolife
on Stack Overflow
See other posts from Stack Overflow
or by slolife
Published on 2009-02-24T20:04:00Z
Indexed on
2010/04/07
0:33 UTC
Read the original article
Hit count: 426
I am interested in using UrlRewriter.NET and noticed in the config page for IIS 6.0 on Win2k3, that they say to map all requests through the ASP.NET ISAPI.
That's fine, but I am wondering if anyone has good or bad things to say about this performance wise? Is my web server going to be dragged down to its knees by doing this or will it be more of a small step up in server load?
My server currently has room to breathe now, so some performance hit is expected and acceptable.
© Stack Overflow or respective owner