Any ideas why the built in asp.net webserver insists on serving "/default.aspx" whenever you browse to the root "/"?
Even if you force the global.asax to redirect to "/" whenever "/default.aspx" is detected it will see "/" as a request to "/default.aspx" and an infinite loop ensues!
Anyone have a way around this behaviour?