How to install WebToolz (or upgrade)
- Import
- "FormToolz Content Type.xml" in the Staff view through RiSE -> Maintenance -> Content Types
- "AfdCountryRefList and AfdPre-population example.xml" in the Staff site through RiSE -> Intelligent Query Architect (optional if licensed for AFD)
- Drop following folders/files into the respective folders
- "Flexible Formz" in the folder "%iMIS Installation%\net\iParts\Zengage" e.g. C:\Program Files (x86)\ASI\iMIS\Net\iParts\Zengage
- "Zengage.FlexibleFormz.dll" and all other dlls in the folder "%iMIS Installation%\net\bin" e.g. C:\Program Files (x86)\ASI\iMIS\Net\bin
- "Zengage.FlexibleFormz.dll" in the folder "%Asi.Scheduler%\bin" e.g. C:\AsiPlatform\Asi.Scheduler_iMIS\bin
- "SAML" in the folder "%iMIS Installation%\net" (optional if licensed for SAML)
- For better experience when building interfaces you can replace the following section in the web.config to allow HTML tags in various controls.
<location path="iMIS/ContentManagement/ContentItemEdit.aspx"> <system.web> <authorization> <deny users="?" /> <allow users="*" /> </authorization> </system.web> </location> with <location path="iMIS/ContentManagement/ContentItemEdit.aspx"> <system.web> <authorization> <deny users="?" /> <allow users="*" /> </authorization> <pages validateRequest="false" /> <httpRuntime requestValidationMode="2.0" /> </system.web> </location> - In case FIPS is enabled add the <enforceFIPSPolicy enabled="false"/>
toC:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.configbefore </runtime>