I have an Asp.Net MVC webapplication sitting inside a website still largely managed by delphi. Security is currently managed by delphi which creates cookies.
I have an ASP.NET MVC 3 application with forms authentication. For some reason that I cannot see, the login redirect url is /Account/Login?ReturnUrl=%2fSecure%2fAction instead of /Account/LogOn?Return
Is there any good reason why ASP.NET\'s session state cookie and the Forms Authentication cookie are two separate cookies? What if I want to \"tie\" them to each other? Is it possible in an elegant wa
Asp.Net MVC 3 FormsAuthentication (custom) iPad MobileSafari iframe (same domain) After struggling with formsTicket.UserData not working with MobileSafari (ONLY MoblieSafari), I found out, that htt
I am using forms authentication, and have a timeout of 30 minutes. What I am looking for is some way of prompting the user with a few minutes to go that they are about to be timed out, and if they wa
I am developing an ASP.NET MVC 3 Application that is essentially a proxy to a database. To lo开发者_如何学Cgin, users must provide their database user and name. (I know it isn\'t a good idea to use da
I have written a custom AuthorizeAttribute which has the following condition in asp.net mvc3 application:
I\'m using Silverlight 4, C#, WCF RIA services and SQL Server 2008. I\'ve got a table that stores details for users e.g. First name, Last name etc. I have defined a profile in my AuthenticationDomainS
Recently my company added a second domain companyname.com in addition to www.companyname.com.We also recently started seeing some odd security issues within our site and I was wondering if they might
I\'m using forms authentication for my MVC 3 application. I\'ve added this line in my configuration: <authorization>