Hi:
I am wondering if I create an application pool with custom identity, and this involves setting the password for the account (Application pool Identity section - click Configurable, Type "MyApp" in the User Name textbox, type a password for the "MyApp" account in the Password textbox), then how does this tie in with the
application's ASP.NET thread process? How does this process
know what the password is ? I dont suppose the end user provides it in any way, correct?
Just a little vague here on what happens w.r,t custom account
when the application runs. Thanks
The user will need access to the same directories that the NETWORK SERVICE has access to.
I have only seen a few times where it is actually a good idea to change this.