Hey guys,
I'm running into a (hopefully) small issue. I have a web app written in ASP.NET, that will be running off of a Windows 2003 Server machine using IIS 6.0. When I run it locally, it works perfect. When I run it from the server, the site works fine. The issue lies in writing to a remote folder. I have a network folder using AD permissions that the application writes to. With my AD account (when I write it locally) it authenticates properly, but when using the IIS account it does not. Has anyone come across this? Any solutions available?
So far, I've tried using my AD account as the "Guest Account" in IIS that the site runs off of, but that still didn't work.
Any thoughts, explanations, or suggestions would be greatly appreciated!
Thanks.