The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
Jun 08, 2018 02:06 AM
When I view my web.config file I do NOT have these parameters. My web.config is located in D:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\DotNet and only has the following:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.web>
<authentication mode="Windows" />
<identity impersonate="false" />
<compilation debug="false" targetFramework="4.0">
<assemblies>
<remove assembly="Interop.ActiveDs" />
<remove assembly="Interop.ADODB" />
<remove assembly="Interop.MSDASC" />
</assemblies>
</compilation>
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>
</configuration>
Do I need to add the parameters since they aren't there for me to update or am I looking at the wrong web.config file?
Thanks,
Jason
I think I found the web.config you actually meant. Did you mean the one in D:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\Importers?
This file actually has all 3 of the items you mention.
Thanks,
Jason