Hi, I am using ISAPI_REDIRECT in IIS, where I am redirecting all *.do pages to a worker. But now I want to redirect few urls to the new URLs like: /site/xyz.do => http://mysite.com/xyz.aspx I wrote the rule in rewrite file. /site/xyz.do=http://mysite.com/xyz.aspx But It didn't work. I gave an exclusion in the urimap file !/site/xyz.do=worker
Even then it's not working. The other Issue is I am not getting any log file. SHould I make an empty log file myself at the destination log file address given to the redirector? Any help in the context wll be appreciated. Thanks... -- 'Make Your Own Way' Monu Agrawal