Posted on: 4/29/2014 4:01:30 PM | Views : 551

I have created a website that is hosted on Windows Server 2012 using its own application pool.  The application pool is configured with the property Identity set to "ApplicationPoolIdentity", and the property Load User Profile to "True".
I used the icacls command from NTFS to create a security entry that can be assigned authority for the folder that contains the website files.
In the website behind code... I am trying to access Active directory to verify that the user logged into a website is in an active directory group.
I am attempting to execute the following code:
18 String< ...

Go to the complete details ...