We have deployed angular 4 application using 'ng build --prod' cli command and created 'dist' folder hosted on IIS 8.5, when we run the application then it's working fine but if pressed F5 key then getting 404 error.
Note: please don't suggest to use (useHash:true) if suggested then how we can remove '#' from url.
Appreciated help if some one can suggest us.