I have a need to secure a particular aspx file from most users of the system. We will call it X. I have a virtual directory on an 2k3 server pointed to folder Y which contains file X. The site itself is using SSL and Windows authenication.
I have a group called A created in active directory that needs access to the application all other users do not. I have tired file and folder level security using NTFS permissions and the application doesn't work if they are applied.
I am new to ASP.NET and would like the simplest way to secure this file. Any help would be appreciated.
Thank you
B