Is there a way to change the name of the Default.aspx to any name chosen, using the Microsoft.AspNet.FriendlyUrls? For Instance, I would like to change the page Default.aspx to Home or maybe just change it to this ~/
I am using Visual Studio 2019 Framework 4.6 with MVC, can it be possible?
For Instance, I would like the url to show as follow
http://domain.com/
instead of this
http://domain.com/Default
Thanks