I recently decided to create my thumbnails using Image Handler.I mean using such as this address:
<img src="Flower1.png?width=100&height=300"/>
I Googled it and reached no result. Most of tutorials said somehow that i should use like this address:
<img src="GetImage.ashx?file=~/Flower1.png&width=100&height=300"/>
But i dont want to use this address. And some tutorials which used my desired way, are too old to set IIS. Thanks for guidance.