How to install WebToolz (or upgrade)
- Import
"FormToolz Content Type.xml"xml in the Staff view through RiSE -> Maintenance -> Content Types"(optional if licensed for AFD) AfdCountryRefList and AfdPre-population example.xml"xml in the Staff site through RiSE -> Intelligent Query Architect(optional if licensed for AFD)
- Drop following folders/files into the respective folders
"FlexibleFormz"Formz in the folder"%iMIS Installation%\net\iParts\Zengage"Zengage e.g. C:\Program Files (x86)\ASI\iMIS\Net\iParts\Zengage"Zengage.FlexibleFormz.dll"dll andallany other dlls in the folder"%iMIS Installation%\net\bin"bin e.g. C:\Program Files (x86)\ASI\iMIS\Net\bin"Zengage.FlexibleFormz.dll"dll in the folder"%Asi.Scheduler%\bin"bin e.g. C:\AsiPlatform\Asi.Scheduler_iMIS\bin"SAML" in the folder "%iMIS Installation%\net"(optional if licensed for SAML) SAML in the folder %iMIS Installation%\net
- 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>