This section provides an overview of changes in Web Designer and in Web Portal 7.1 in comparison to previous versions.
This section provides an overview of changes in Web Designer and in Web Portal 7.1 in comparison to previous versions.
This section applies only if you did not install a new web application using the One Identity Manager installation tool. For more information, see Updating web applications.
If you did not install a new web application using the One Identity Manager installation tool, it is necessary to edit any existing web applications’ web.config file when upgrading to version One Identity Manager 7.1.
Open the web.config file in a text editor and insert the following text beneath the tag <assemblyBinding>:
<dependentAssembly>
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.6.0.0" newVersion="5.6.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.6.0.0" newVersion="5.6.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Spatial" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.6.0.0" newVersion="5.6.4.0" />
</dependentAssembly>
This section applies only if you did not install a new web application using the One Identity Manager installation tool.
One Identity Manager includes a new full-text search engine for improved search performance. The Web Portal queries the search index service which must be installed as part of a new application server installation.
There are two options to migrate an existing Web Portal:
If the Web Portal uses an application server connection, make sure that the application server installation is running a search index service. Otherwise, search will not work.
If the Web Portal uses a direct database connection, open WebDesigner.ConfigFileEditor.exe and connect to the application.
On the Search service tab, you have the option to define an application server to connect to. The web application will continue using the direct database connection and will only use the application server connection when a search operation is performed.
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center