G
Guest
I am in the process of migrating an II6 environment from a single server to a
network load balanced system. Thus, I am using a virtual directory on a UNC
share to house the dynamic data that the web farm will access.
Since ASP.NET runs as a local account on the IIS servers, I have to use
impersonation to perform any operations on the data that resides on the UNC
share. I am hard-coding the impersonation credentials in the web.config files
of only the apps that need them. Is this going to have performance
implications versus not using impersonation? I have read where you shouldn’t
use “per request impersonation†which is what is prompting this question.
network load balanced system. Thus, I am using a virtual directory on a UNC
share to house the dynamic data that the web farm will access.
Since ASP.NET runs as a local account on the IIS servers, I have to use
impersonation to perform any operations on the data that resides on the UNC
share. I am hard-coding the impersonation credentials in the web.config files
of only the apps that need them. Is this going to have performance
implications versus not using impersonation? I have read where you shouldn’t
use “per request impersonation†which is what is prompting this question.