Hi,
I'm experiencing a problem with IIS Redirect, I tried to use URL Rewrite but seems not work, in my scenario I my application need to redirect the requests based on the name after the url, for example, in urlhttp://mysite/xpto, when user enter the "xpto" after the url I need to redirect tohttp://xpto, but I need to do that without creating a new web application or virtual directory on "mysite", because I have more than 100 of that.
I tried to used URL Rewriter and the default iis redirect, but works only if I have a web application, anyone know a solution for that withou using the web application or doing on application code?
Thanks