So the idea is to remove the .html extension from each page like so...
www.website.com/File.html > www.website.com/File
www.website.com/Folder/File.html > www.website.com/Folder/File
Now I've managed to do this using a URL Rewrite, but it means having to write a rewrite for each page, which is time consuming, not efficient and impractical say if the website is more than 20 pages.
Is there a way to do this by writing just one or two rewrites in the web.config?