I was just told that I might have to work on a project where i will be working with ASP.NET 3.5 and C#. Someone in our team said that we should change all the pages to HTML when we publish the site. So instead of having www.test.com/Page.aspx we will have www.test.com/Page.html
So what i would like to know is:
A.) How can this be done and with what tool?
B.) Why should this be done and what can we benefit from it? (Was told to prevent hackers to get it)
C.) Is this recommended?
Thanks in advance.