asp.net - IIS 7 URL Redirection -
well, having small problem.
a 3rd party connecting our api, using wrong url , url no longer exists on our system. said had revert backup code.
problem have no developer knows how fix code point right url.
so, question how can take nonexistant url in iis 7 , have redirect correct url?
url trying use (which not exist): http://www.mysite.com/page1212.aspx
the url need hit is: http://www.mysite.com/page1919.aspx
how can cause redirection happen server side using iis 7.0 this? want nothing change functionally website other simple redirection.
check out iis url rewriting.
Comments
Post a Comment