GroupPrincipal method FindByIdentity throw strange exception
I am trying to get all users by group name and dispalay it in sharepoint webpart. adGroupName something like = “CompanyGroup”.
I am trying to get all users by group name and dispalay it in sharepoint webpart. adGroupName something like = “CompanyGroup”.
Is there a way to disable asp.net caching on selected page. It would be nice if this can be done from the web.config.
I have written a VirtualPathProvider to change how aspx pages are loaded into my ASP.Net application. As part of this process I have removed Code-Behind files and I am simply ascerting that my page inherits from a particular page class.
eg:
I am using the Ninject and Ninject.Web assemblies with a web forms application. In the global.asax file I specify the bindings like so:
Can mod_mono’s AutoHosting be modified to support ASP.NET? ATM it doesn’t really work: Link. / works, but the runtime ignores Global.asax altogether and doesn’t follow the routing conventions.
How do you sign-out all sessions with ASP.NET Identity?
Lets say you are signed-in from two different browser with the same user. When the user signs-out from one browser, the session of the other browser should be invalidated as well.
(I need this to invalided all sessions of a user on password change.)
I have the following controller Class;
Does BeginRequest and EndRequest for an ASP.NET HttpApplication always occur on the exact same thread for a given HTTP request from a client?
In side a Silverlight Page, I want to redirect to another aspx page in the same web site and using POST method to send some additional header information. Any ideas how to implement this? Any samples are appreciated. 🙂