Hi all,
I have a web application running on IIS 5.1 on windows xp machine on a corporate intranet network. I am using windows authentication. impersonation is off. I am using the following user id and pwd entry in the processModel tag of the machin.config file
<processModel userName="poetexecution" password="xxxx"> </processModel> , this user id poetexecution is NT Service account. There is windows user group Americas\PoetBuildManager, i have added poetexecution under this group.Here Americas is the NT Domain.
On the network share [\\machinename\acpl ], i have given full control for this user(poetexecution, also to the group Americas\PoetBuildManager) to create the directories. I have added the windows user group "Americas\PoetBuildManger" to the local Administrators group in my system where i hosted the webapplication. I have to create create directories / files from the ASP.NE ...
Go to the complete details ...