I am having an issue that I believe is caused by my URL rewrite module. I am using Ajax.net on my main site and it is working fine. I am trying to bring this same AJAX functionality to my subdomain (which has the URL Rewrite module for IIS 7 running) though I am getting an error with it not being able to find my class that is registered for ajax use. If I bypass my URL rewrite rules, it gets through.
So basically, I'm looking to NOT redirect requests for /ajax/*.ashx
I have the is a file and is a directory rules and this is not catching it. Any suggestions? (I'm fairly new to all of this so if I need to elaborate please let me know, thanks!)