jollyreaper
Technical User
There's been a lot of discussion about this on here but none of what's been sugggested has gotten me close to a resolution yet.
Here's the situation. I'm running ASP on one computer, we'll call it webserver. I want to read a directory off another server, we'll call it otherserver.
By default I cannot do this. Why not? Because IIS isn't running under the right permissions. Ah! So if I give it the right permissions, all will be good.
So the different instructions say that I need to create IUSR_webserver on the domain controller. IIS needs to run under this account and then it will have full access.
Well, that's proving to be more problematic. I tried changing the default user login via IIS Manager to the IUSR_webmachine account and that didn't help. Instead of getting the FSO error message, now ASP won't even work, 401 error. "I don't have permissions." But I can view html files in that directory just fine, I can't run asp's though.
Does anyone have a simplistic solution for this, as one would instruct a child? I'm obviously missing something here. Thanks.
Here's the situation. I'm running ASP on one computer, we'll call it webserver. I want to read a directory off another server, we'll call it otherserver.
By default I cannot do this. Why not? Because IIS isn't running under the right permissions. Ah! So if I give it the right permissions, all will be good.
So the different instructions say that I need to create IUSR_webserver on the domain controller. IIS needs to run under this account and then it will have full access.
Well, that's proving to be more problematic. I tried changing the default user login via IIS Manager to the IUSR_webmachine account and that didn't help. Instead of getting the FSO error message, now ASP won't even work, 401 error. "I don't have permissions." But I can view html files in that directory just fine, I can't run asp's though.
Does anyone have a simplistic solution for this, as one would instruct a child? I'm obviously missing something here. Thanks.