I am running Tomcat 6 with a form protected webapp that authenticates correctly with a Windows LDAP server. I am having an odd behavior:
I am trying to make a simple scalable web system, and after looking around a bit it seems that forms authentication with cookies is what im looking for, as I do not need a session for storing login re
If a do a login form POST request (with a redirect URL) from my ASP.NET web app client and then look at the IIS logs then I see the POST request but I also see a couple of GETS relating to the redirec
I have created a custom http handler (IHttpHandler). This handler can be called from any place in the application.
I\'m developing a User manage using .net 4.0 (c#) to enable flags related to the users account, change names, add users and all this stuff related with A.D.
I have an ASP.NET MVC2 app using jQueryMobile.It is a secure app, and i\'m using the ASP.NET authentication within the MVC2 framework.
I am analyzing a problem from an old asp.net site m开发者_如何学运维ade by one of my colleagues who left the company some months ago.
I have a web site and web service on the same server.The users log into the web site, which calls the web service to perform processing.The web service must ensure that only authenticated users access
When we using asp.net membership provider we can easily restrict pages from anonymous user by adding in web.config file:
I\'m developing a MVC3 application that will require a user to be authenticated against an AD. I know that there is the option in MVC3 to create an Intranet Application that automatically authenticate