My situation: I\'m running a C# testing program which allows me to configure certain browser \"steps\", like going to an URL or clicking on a button. There\'s also the posibility to enter a domain, u
I am looking into creating an Public API so that we can open up some functions to our clients to develop against.I am sure that there are some good frameworks out there, I am just not sure where to st
What is the best way (for a .Net 4 project) to implement authorization in the business layer. Simply I want to check whether a certain identity can access a certain action/resource.
I have an ASP.NET app using Ajaxpro and forms authentication. First I 开发者_开发百科was having trouble trying to avoid passing the ajaxpro handlers through authorization, which was resolved when I in
I have an existing app that I\'ve been doing some authentication work on (fixing some long standing issues) and I\'m happy enough with the login redirection under normal circumstances. For IIS7 I\'m i
Summary: I need to authorize pages based upon the data present in the query string of a url, not just the page name.
I\'m implementing authorization in my gwt app, and at the moment it\'s done in the following fashion:
I have a site which is running in ASP.NET 4.0, on Windows 7 Ultimate. It is using FormsAuthentication, with a nice little logon page, all of which is fine so far as logging in and authenticating.
I\'d like to stick with the attribute as it is simple. Apparently VS2010 development server supports HTTPS as it worked without problem which was nice.
I am making a small app that deletes log files. I am using an NSTask instance which runs rm and srm (secure rm) to delete files.