I have a web application that accesses Windows resources on another server. The code is fine and when I run it through the debugger it's able to see the remote resources without any difficulty, but when I put the code into IIS it fails with ACCESS_DENIED. I'm trying to see what rights I need to give to the web application.
Difficulty: We're a startup and don't have a domain, so no domain admin accounts. This is why I'm trying to find out how VS2008 runs when it's in debug mode, since however that runs is one way that I know the security works.