There's a folder "Folder1" and a page "page1.aspx". So when i browse my website it's like this: www.website.com/Folder1/page1.aspx but i want to be like this: www.website.com/Blah
How can i do this? I use asp.net 2008/2010.
I already used this code in web.config but when i debug the project in...