What version of IIS are you using?
Are you using an Integrated Application pool?
system.webServer section only applies to integrated app pools.
I would use something other than Default.aspx
Seems like you could do it directly in the root web.config file but use the location path /WebStore/OrderDetail.aspx
You could also install the IIS Url Rewriter Module and use that to do the redirect.
Hope that helps,
Joe