Hello guys,
I have for example following website
http://thisismywebsite.com/A/B/test.aspx or http://thisismywebsite.com/A/B/test.html
How can I use URL rewrite module within IIS ? Or How do I setup rewrite Rule ?
I want to make rewrite or redirect URL to be some thing like this IF I go to http://thisismywebsite.com/Hello then I want to be able to go to http://thisismywebsite.com/A/B/test.aspx , How Can I do this.
So basically I want to create Short Link / Friendly URL or / that does above
Please provide me instruction or snippet code that does above.
Thank you very much
maxmax