How would I redirect requests like http://www.mydomain.com/test to the root http://www.mydomain.com in IIS 6.0
Is there any way to do this in IIS itself rather then in the code?
How would I redirect requests like http://www.mydomain.com/test to the root http://www.mydomain.com in IIS 6.0
Is there any way to do this in IIS itself rather then in the code?
try to see below post that was worked for me when i had faced redirection problem
"IIS 6 how to redirect from http://example.com/* to http://www.example.com/*"