For users running in Active Directory auth mode, there are two lines that need to be copied from the old web.config file to the new web.config file:
<authentication mode="Windows" />
<identity impersonate="true" />
Without these changes users cannot login after following the upgrade procedure when FileVista is running in AD auth mode.
lorennerol
4/16/2009 10:54 PM
Loren,
In upgrade step 3, this is already noted as:
- If you modified FileVista\web.config , you may need to move your modifications to the new file that is created in step 5.
Cem Alacayir
4/17/2009 3:55 AM