I have friendly url implemented on my application, using handler in Global.asax. The thing is, it requires all url to have .aspx unless I configure my IIS to catch extensionless url for aspnet. Is there a way I could archieve that without having to bug IIS? Because some clients have shared server, which do not allow custom configuration on IIS.
...
Go to the complete details ...