Can I rewrite the whole url?
- by Yaroslav Yakovlev
I need to rewrite the whole url. E.g. I have a http://UrlToRewrite.com/default.aspx?myParams=myvalues and I need it to be http://SingleUrl.com
Is it possible to make such a thing with default url rewriters?
Another question is, is it possible to make the same thing, but depending on the parameter destination url will be http://SingleUrl1.com and http://SingleUrl2.com.