Skip to content
Rune Tvilum edited this page Oct 15, 2013 · 3 revisions

Welcome to the MapGuideForms wiki!

##Max upload size Editer web.config og tilføj:

<configuration>
  <system.web>
    <httpRuntime maxRequestLength="xxx" />
  </system.web>
</configuration>
Clone this wiki locally