asp.net security > access rules apply to whole folder rather than single form
-
I need to allow access to particular users for some forms lying in the same folder. I don't know how to do it using builtin ASP.NET Security setup. because new access rule is showing only folder not files (Forms.aspx). Regrads Asif Rehman
-
I need to allow access to particular users for some forms lying in the same folder. I don't know how to do it using builtin ASP.NET Security setup. because new access rule is showing only folder not files (Forms.aspx). Regrads Asif Rehman
Asif Rehman wrote:
because new access rule is showing only folder not files (Forms.aspx)
can you clarify the issue in more details? Are you using form authentication?If so you can allow user to access a file under secured folder specifying the role.
-
Asif Rehman wrote:
because new access rule is showing only folder not files (Forms.aspx)
can you clarify the issue in more details? Are you using form authentication?If so you can allow user to access a file under secured folder specifying the role.
can you clarify the issue in more details? Are you using form authentication?If so you can allow user to access a file under secured folder specifying the role. I'm using Form authentication using builtin AWT (security tool). I want to give access to different users under single folder. e.g. Folder A -- file1.aspx allowed to userA only -- file2.aspx allowed to userA,B only -- file3.aspx allowed to userC only Now builtin tool allow folder-based authorization. I don't want to move every file to separate folder as in future authorization may change. How can I put authorization form by form using built-in tool. If its not possible, then how to do it manually or programmatically. Hope I've clarified my point. Regards Asif Rehman