Category Archives: ASP.NET

How to remove the .aspx extension in ASP.NET Web Forms?
Well, as a developer I notice there were many websites where the URL does not contain the language extension that they used to build the website, for example, instead of shows “page.php” or “page.aspx” it simple shows “page”. So, I gave myself to the task of investigating how to achieve this, because I like to…