Hi
I have the following setup:
CKFinder for classic ASP using the ASP.Net component for thumbnail creation
baseURL = "/photos/departmentname/"
baseDir = "s:\webs\portal\photos\departmentname\"
CKFinderTempPath="s:\webs\portal\photos\DotNet\"
Same path specified in web.config
Anonymous authentication on web root (s:\webs\portal\)
Modify permissions for IUSR_servername, ASPNET, Network Service account on "photos" folder
Everything works perfect, ie. uploads and thumbnail creation.
However, we use integrated user authentication to identify users, therefore I can't use anonymous access on the web root.
If I switch off anonymous access on the web root, but enable it on the s:\webs\portal\photos\ folder, uploads work (although reporting an ASP error) but thumbnail creation does not work. I have used alfonsoml's wizard and everything points to not having proper ASP.Net permissions somewhere, but I don't know where.
Where else do I need to set permissions for which account to get it to work? Everything in the config files is set to work within or below the /photos/ folder, so where else is ASP.Net trying to write? Why does it work when anonymous access is set on the web root?
Thanks
I have the following setup:
CKFinder for classic ASP using the ASP.Net component for thumbnail creation
baseURL = "/photos/departmentname/"
baseDir = "s:\webs\portal\photos\departmentname\"
CKFinderTempPath="s:\webs\portal\photos\DotNet\"
Same path specified in web.config
Anonymous authentication on web root (s:\webs\portal\)
Modify permissions for IUSR_servername, ASPNET, Network Service account on "photos" folder
Everything works perfect, ie. uploads and thumbnail creation.
However, we use integrated user authentication to identify users, therefore I can't use anonymous access on the web root.
If I switch off anonymous access on the web root, but enable it on the s:\webs\portal\photos\ folder, uploads work (although reporting an ASP error) but thumbnail creation does not work. I have used alfonsoml's wizard and everything points to not having proper ASP.Net permissions somewhere, but I don't know where.
Where else do I need to set permissions for which account to get it to work? Everything in the config files is set to work within or below the /photos/ folder, so where else is ASP.Net trying to write? Why does it work when anonymous access is set on the web root?
Thanks
Re: CKFinder and authenticated users permission problem
I think that I adjusted some settings to make it work with authentication, but maybe you are using a different kind that the one that I used. You mention "integrated authentication", and I think that the one that I tested was the "Basic authentication"