Top "Isapi-rewrite" questions

ISAPI_Rewrite is a URL rewriter for Microsoft IIS, from Helicon Tech.

Global.asax not firing for .aspx pages in IIS7

We run a link redirection service which can handle links thrown at it in various formats. One of these formats …

asp.net iis-7 isapi-rewrite global-asax
Why are blank pages being served with "200 OK" for asp.net errors in IIS 8.5 (Win 2012 R2)?

I've set up a new Windows 2012 R2 server running IIS 8.5. We noticed that when an error occurs (eg the ASP.…

asp.net iis iis-8 isapi-rewrite windows-server-2012-r2
How to combine flags using RewriteCond?

I am using ISAPI-Rewrite on IIS7. How can we combine [NC] and [OR] in a RewriteCond ? [NC,OR] ? What is …

.htaccess isapi-rewrite
Isapi Rewrite - access query string pattern matches in RewriteRule

I'm using Isapi Rewrite 3 (mod rewrite clone for IIS) and trying to rewrite URLs based on the query string - …

mod-rewrite query-string isapi-rewrite
LinkButton OnCommand or OnClick Not Firing

I'm trying to do something that seems to be fairly simple. I have a user control with several LinkButtons. Each …

c# asp.net sitecore sitecore6 isapi-rewrite