Configure the Page Suffix

You can configure the page suffix by modifying the web.config file. This page suffix is used as the URL for your N2 pages.  For optimal IIS compatibility, the page suffix is set to ".aspx"

Note: Asp.net must be configured to process requests for the specified extension. For additional information, please see the "Handler mappings" section in the IIS documentation. 

Configuration Examples

(Note: The screenshots here are out of date, but the typographical error has since been fixed in the N2 Management UI (smile))

ConfigurationPreview in Admin UIWeb.config Example
Default configurationImage
  <n2>
    <host>
      <web extension=".aspx" />
    </host>
  </n2>
Extensionless URLsImage
  <n2>
    <host>
      <web extension="" />
    </host>
  </n2>