InterviewSolution
Saved Bookmarks
| 1. |
In A Shared Hosting Environment, What Should The Default Load User Profile Setting Be? |
|
Answer» Setting loadUserProfile=false in applicationPoolDefaults is a good idea for Shared HOSTING scenarios. The STARTUP time of an AppPool will be MUCH faster and you avoid any temporary directory permission ISSUES. Setting loadUserProfile=false in applicationPoolDefaults is a good idea for Shared Hosting scenarios. The startup time of an AppPool will be much faster and you avoid any temporary directory permission issues. |
|