I need help in following:) To begin with I work on the large application, that has a WinForms client and server. Server in our case is the set of WCF services. There is one service that is responsibl
Some users of our application will have read-only access to many of our pages, in our current web forms app this means they see the form, but all of the fields are disabled. We\'re looking at MVC 3 an
I\'m creating a desktop application that requires authorizat开发者_运维知识库ion from a remote server before performing certain actions locally.
I\'m pretty new with ADFS and and Custom Role authorization so any help (and a lot of patience) would be greatly appreciated.
How would you implement a modal window saying \"In order you to access this area you have to be开发者_运维百科 logged in..\" in combination with a login form below it every time a user tries to access
I have a simple ASP.NET site making a call to a WCF service. The call works in Visual Studio 2010 (both sites running under Cassini using basic HTTP binding). Moving the same thing to XP , running the
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to restrict some MS Sql Server users. For example, one user should just be able to see 2 columns of \"Customers\" table and none other. And 开发者_如何学编程this user shouldn\'t be able to crea
I\'m trying to use the garb gem to access data from the Google analytics API and find that http requests using garb work just fine from a Linode account, but are refused from home (Comcast).Is Google
I am developing a .NET for ASP.NET Web Application and am trying to deny all users who are unauthorised from accessing my application but allowing them only to the login page.