How to disable URL extension on page postback
If you are using extension-less ULRs for your web site, by default any postback adds an .aspxextension to the URL. You can disable this behavior using following key in your web.config file: <add key="CMSUseExtensionOnPostback" value="false"/>
Please, sign in to be able to submit a new answer.