Hey all,
I would like to have an ASP.NET security system, which protects files in all formats, so file.exe and file.aspx are both protected. All the formats the server knows are being controlled by the aspnet_isapi.dll filter.
Anyway, I haven't got a clue where to start. I want a system that looks a bit like the .NET Forms system, but I want to set individual permissions for each file, or a whole directory, and the users that login are not Windows accounts, which is the case when using Integrated Authentication.
So, does any of you guys happen to know how to call a function whenever a file.extention gets requested? Or explain how to use the Global.asax if involved?