To ensure that your instance of P6 Team Member works correctly with IIS 8.5, you will need to update your web.config
file; otherwise, you might experience an error when attempting to select an option from the My Tasks drop-down list.
To configure IIS 8.5 for P6 Team Member:
- Navigate to %SystemDrive%
\inetpub\wwwroot
. - Open web.config.
- Add
<modules><remove name="WebDAVModule" /></modules>
to the inside of the<system.webServer></system.webServer>
tag. - Add
<remove name="WebDAV" />
beneath the<handlers></handlers>
tag, which can be found inside the<system.webServer></system.webServer>
tag. - Save the file and the close it.