.net - uploaded file is taking the Apppool as the owner and i am not able to find the apppool to give delete permission for the file in IIS -
i have .net application hosted on iis on windows server 2008 machine, application hosted identity set applicationpoolidentity. when file uploaded through application folder in server, owner of file coming applicationpoolname. when trying delete file it’s not getting deleted, applicationpool not having delete permissions. when trying add application pool providing permissions. not able find name. tried searching in server account , user account. tried searching name format "iis apppool{your app pool name}". please on this?
Comments
Post a Comment