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
Has anyone managed to get ASP.NET Forms Authentication (with cookies) working with a PhoneGap based mobile application?
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
In the Web.config file this piece of info is there <authentication mode=\"Forms\"> <开发者_Go百科forms loginUrl=\"~/Account/LogOn\" timeout=\"2880\" />
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.
I have a MVC3 mobile intranet site targeted,开发者_如何学运维 among others, towards tablet devices (iPad).
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
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.
I am implementing a Custom Identity class for an ASP.Net 4.0 site with Forms Authentication based on this tutorial:
In one of my application I need to use Microsoft Share-point Server. But I cannot successfully authenticate through web-services.