In section 5 of the installation procedure it says:-
"Grant the website account "Read and execute", "List Folder Contents" and "Read" permissions on the directory you installed the website to in step 1.
If using ApplicationPoolIdentity, grant permissions to IIS APPPOOL\<AppPoolName>
(where <AppPoolName> is the name of your application pool). You'll also need to go back and set permissions on the Database and Filestorage now the local accounts have been created."
I am having problems understanding exactly what local account has been setup to set the permissions against for the Filestorage.
I have the SQL database account setup and connection tests OK, however the instructions do not ask me to setup any other "local Account"
Currently when I go to http://localhost I get the following error
[IOException: The filename, directory name, or volume label syntax is incorrect. ] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +1143 System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost) +1436 System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost) +98 Telligent.Evolution.Extensibility.Storage.Providers.Version1.FileSystemFileStorageProvider.GetBaseFolder() +79 Telligent.Evolution.Extensibility.Storage.Providers.Version1.FileSystemFileStorageProvider.GetFullLocalPath(String path, String fileName) +25
Can you please help me better understand what I am missing here