I developed a WCF application, it will pick up a file from a network share folder and move it to another place.
I kept getting this error message:
" The account used is a computer account. Use your global user account or local user account to access this server."
the Identity of the WCF application pool is "ApplicationPoolIdentity". I believe wcf application uses this account to access files on network.
I want to know if I can give this account access to the network folder. if not, what should I do to create a global user account to access the network folder?