I have two tables one with jobs one with managers, when a job ID is passed to the view \'Detail\' the details of that job are accessible.
Technologies I\'m Using: MVC v2 Forms Authentication (Sliding Expiration) Session State Server Custom Authorization Attribute
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to apply the asp.net authorization in two different folders ?
I have two folders in my asp.net website namely VENDORS and ADMIN i want when any user access any of the page inside the ADMIN folder it redirects to Admin/login.aspx until they login ....
It\'s quite common topic I think, but I can\'t resolve my problem. In my application build with ASP.NET MVC 3, I\'m using form authentication along with output caching:
I\'m working on adding a new webapp to an existing website. I\'ve been directed to write the webapp in ASP.NET. The existing website is written in ColdFusion. For the most part, the ASP.NET webapp is
I am implementing a custom ticket system using the Application_PostAuthenticateRequest method in my global.asax file (ASP.NET MVC). I\'m wondering what the overhead for this kind of thing is - since i
I have a domain http://abc.com and a subdomain http://sub.abc.com. I\'m implementing single sign-on between the two sites by sharing the forms authentication cookie. This is implemented by having both
Here is what I\'ve been trying to do Build an ASP.NET MVC 3 application with forms authentication and active directory membership.The web server and database are different physical servers hence a do
Using FormsAuthentication build into asp.net it\'s very quick and easy to create a login system that creates a cookie for authenticated users: