I'm a real noob when it comes to asp.net/html. I'm developing a very basic web site using VS 2008. At this point it's mostly just html pages - no real ASP.NET
I have a root index.html and then a set of folders like css/ images/ features/
etc. and index.html files inside them, so one can access it as
http://www.blahblah.com/features and the index.html opens (it happens on my 1&1 basic web hoster)
But I can't test this locally because when the VS default web server opens my page for test, if I give /features
it shows the directory listing. I want it to open the index.html inside it...can't figure out how to make these friendly URL's WITHOUT USING ASP.NET core features (it's important - I don't plan to use ASP.NET for now)
any suggestion is welcome - all I want is a way to test it before upload to web site