I'm migrating our large Intranet site from classic ASP to ASP.Net. I've got many pages which are authorized through NTFS for select users and have links on the home page to them. In classic ASP, I use MSWC.permissionchecker to display or not display the links based on NTFS access. I have not been able to make that function work in ASP.Net and so am wondering if there is a way to program a similar capability (if a user has access, then the link is displayed, if not, the link is not rendered)
I appreciate any help I can get.
I appreciate any help I can get.