I'm completely lost when it comes to IIS in general, so I am hoping that this is a simple issue one of you all could help me out with:
I have an ASP.NET app running on machine "Foo". Part of its job is to export a text file at the end-user's request into a particular folder.
It just so happens that the output directory needs to be on a different machine, machine "Bar".
So no problem, I say, I'll just give \FOO\IIS App Pool\DefaultAppPool read/write permission on the specified directory on Bar. However, I can't seem to change locations to add this user and assign this permission.
Does anyone know what I'm doing wrong? This seems like something I should be able to do.
Thanks in advance!