No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
When running Turnkey you will want to | When running Turnkey, you will want to ensure that the user running the IIS Turnkey application and the IIS MDriven Server application has access to the file system. | ||
You do this by allowing the local user "IIS APPPOOL\{app pool name}" full control (create directories) access to the application root. | You do this by allowing the local user "IIS APPPOOL\{app pool name}" full control (create directories) access to the application root. | ||
If you do not want to allow full control | If you do not want to allow full control of the application root, the following may be an alternative: | ||
'''AppData''' - full control at application installation. You may limit | '''AppData''' - full control at application installation. You may limit the read/write access after installation and model upload are done. | ||
'''Logs''' - read/write access | '''Logs''' - read/write access | ||
Line 10: | Line 10: | ||
'''ModeCodeAssemblies''' - only used for CodeDress | '''ModeCodeAssemblies''' - only used for CodeDress | ||
This applies both | This applies to both the MDrivenServer and Turnkey. | ||
This is | This is particularly important when using [[CodeDress]] - since the assemblies need to be copied. | ||
[[Category:MDriven Server]] | [[Category:MDriven Server]] |
Revision as of 07:48, 6 February 2023
When running Turnkey, you will want to ensure that the user running the IIS Turnkey application and the IIS MDriven Server application has access to the file system. You do this by allowing the local user "IIS APPPOOL\{app pool name}" full control (create directories) access to the application root.
If you do not want to allow full control of the application root, the following may be an alternative:
AppData - full control at application installation. You may limit the read/write access after installation and model upload are done.
Logs - read/write access
ModeCodeAssemblies - only used for CodeDress
This applies to both the MDrivenServer and Turnkey.
This is particularly important when using CodeDress - since the assemblies need to be copied.