forms-authentication
AJAX and FormsAuthentication, how prevent FormsAuthentication overrides HTTP 401?
In one application configured with FormsAuthentication, when a user access without the auth cookie or with an outdated one to a protected page, ASP.NET issue a HTTP 401 Unauthorized, then the FormsAut[详细]
2023-04-08 13:06 分类:问答How to get a PhoneGap based app to authenticate against an ASP.NET Forms Authentication backend?
Has anyone managed to get ASP.NET Forms Authentication (with cookies) working with a PhoneGap based mobile application?[详细]
2023-04-07 12:37 分类:问答Authentication to a WCF service not maintained using SetAuthCookie and a full .net client but works with silverlight
I\'ve setup a site with forms authentication and AspNetCompatibility enabled.The actual client is a silverlight application, and works fine, however I want to unit test the application separately usin[详细]
2023-04-07 01:32 分类:问答In Asp.Net MVC what other options do I have with Authentication Mode?
In the Web.config file this piece of info is there <authentication mode=\"Forms\"> <开发者_Go百科forms loginUrl=\"~/Account/LogOn\" timeout=\"2880\" />[详细]
2023-04-06 16:23 分类:问答Sharepoint 2010 port changes on login page
I have a sharepoit site with local addresshttp://sharepoint:5887. I make alternative access for public site with address http://test.mysite.ru. this sit开发者_开发知识库e has a forms authentication.[详细]
2023-04-06 06:06 分类:问答ASP.NET MVC3 - Windows Authentication combined with login screen
I have a MVC3 mobile intranet site targeted,开发者_如何学运维 among others, towards tablet devices (iPad).[详细]
2023-04-06 00:10 分类:问答should I sign the user with his Id or hi login?
the ids are autoincrement 1,2,3 ... etc. and the login\'s are string when I do FormsAuth.SignIn( //here should I use the login or the ids[详细]
2023-04-03 21:35 分类:问答IIS 7.5 and Authorisation
I have a asp.net/silverlight website that used to work under iis6. We are upgrading to iis7.5 but I cannot get it to work properly.[详细]
2023-04-03 08:01 分类:问答Maximum Length of FormsAuthenticationTicket.UserData Property
I am implementing a Custom Identity class for an ASP.Net 4.0 site with Forms Authentication based on this tutorial:[详细]
2023-04-03 05:29 分类:问答Accessing Sharepoint webservices from iPhone
In one of my application I need to use Microsoft Share-point Server. But I cannot successfully authenticate through web-services.[详细]
2023-04-02 12:08 分类:问答