I\'m seeing requests on my server that appear to be made by an anynomous client, although I\'m certain they were made by an authenticated user - I have fiddler logs showing that the client sent valid
I\'ve written a small ASP.NET 3.5 application to allow users to update selected account attributes on their own.
I\'d like to stick with the attribute as it is simple. Apparently VS2010 development server supports HTTPS as it worked without problem which was nice.
If the login code int http://msdn.microsoft.com/en-us/library/system.web.security.formsauthenticationticket(v=VS.90).aspx
I have been using Shawn Wildermuths example and it has been working fine no problems at all.Today, however, I have added a few of my own Models and ViewModels and it still works.Problem appears when I
Suppose I have 2 applications called \"app1\" and \"app2\" on two different machines and I want to use common form authentication.
Environment: ASP.NET 3.5, C#, Forms Authentication, IIS 6 Problem details: I have a web.config file set up with forms authentication and the following are the location element, as appearing:
I have admin area of my site: http://www.mysite.com/webadmin and I want to protect it by role (I\'m using ASP.NET forms auth), so that only a user with the role \"admin\" could access it.
I am busy porting a very small web ap开发者_如何学编程p from ASP.NET MVC 2 to Ruby/Sinatra. In the MVC app, FormsAuthentication.SetAuthCookie was being used to set a persistent cookie when the users
After authentication, asp.net redirects my users to .../myapp/default.aspx instead of .../myapp/ Is there some way of fixing thi开发者_开发问答s? I think it\'s a little ugly not to mention redundant