Can anyone explain the following module entry in the web.config of an Ektron site?
<add name="EkUrlAliasModule" type="UrlAliasingModule" preCondition="integratedMode" />
Ektron has a URL Aliasing module that allows business users int the workarea to define user/SEO-friendly URLS for pages in the CMS.
That entry in the web.config is what the asp.net application uses to refer to that module.