In my asp.net application, I'm trying to save a file in a different directory but on the same server and I keep getting a "Access to the path '\\12.34.56.78\d$\blah\subdomains\static\httpdocs\images\upload' is denied.
Both sites run under the same application pool on IIS7. I've added modify permissions on the Images folder for IUSR and Network Service and no change. I also added Full control for Everyone on that folder, but still nothing.
Is there something else I need to amend when uploading files to a location on the server that sits outwith the website? Would FTP be a better solution?
Thanks