WHEN
- When logging into Pronestor Planner in web the user is recognized as the user another user
- When opening Pronestor Planner in Outlook with Windows Authentication - the user is asked to create an account
WHY
The issue is seen in Windows 2008R2 servers - where Pronestor Planner per default is set to use an application mode running in "Integrated pipeline mode". It has been observed when running in both FORMS and Windows Authentication.
The handling of authentication is apparently different on some installations - depending on the application pool mode.
We are still investigating on a solution that will support "Integrated pipeline mode"
HOW TO SOLVE
The solution is to change the application pool to run as "Classic pipeline mode"
- Open Internet Information Manager Service
- Open the Virtual Folder for Pronestor Planner
- In Feature view - open "Handler Mappings"
- FOR ASPX
-
- Delete mapping where "Path" is .aspx and the name contains the string "_64bit"
- Click "Add Script Map..."
- Set "Request Path: *.aspx"
- Set "Executable: C:\Windows\Microsoft.NET\Framework4\v4.0.30319\aspnet_isapi.dll" (ensure that this file/path - does exist)
- Set "Name: PRONESTOR aspx"
- FOR MVC
-
- Delete mapping where "Path" is .mvc and the name contains the string "_64bit"
- Click "Add Script Map..."
- Set "Request Path: *.mvc"
- Set "Executable: C:\Windows\Microsoft.NET\Framework4\v4.0.30319\aspnet_isapi.dll" (ensure that this file/path - does exist)
- Set "Name: PRONESTOR mvc"
REMEMBER TO FLUSH APPLICATION MODE
Comments
0 comments
Please sign in to leave a comment.