User1793652459 posted
Hello,
I have a simple website created in VS2017 based on an empty template that only contains HTML, CSS and some javascript, there is no server side code. It basically displays some static data. The two HTML pages it contains, show their file extention
like information.html and services.html in the URLs. How do I remove the extension so users should only see and access them as http://www.my.company.com/information and http://www.my.company.com/services?
Is this a coding task or I could change it when I deploy and set up this website on an IIS server?
Thanks