IIS 8, How do I give ASP.NET permission to write to a folder in Windows 8 -
i published mvc application local iis version 8. application needs write temp files local folder, e.g. d:\my mvc\temp.
my application pool defaultapppool, identity applicationpoolidentity.
i selected d:\my mvc\temp in windows explorer , add iis_iusers folder, , gives full control permission. tried add local service, network, network service read , write permissions. these not work well.
but application still unable write file folder.
questions how can let application write local folder , security reason giving iis_iusers permisstion practice?
thank you.
(moving comment answer sweet, sweet karma)
i think problem identity anonymous requests using. iis anonymous authentication identity set to? might not set "application pool identity" causing problems
Comments
Post a Comment