-
Hi. My clubsite is online now, thanks to help from this forum. I would like to be able to restrict access to events and maybe some other pages by roles. Right now it looks like there are three roles, Administrators, Members(anyone logged in) and Guests (anyone not logged in). I'm familiar with how...
-
Actually I have resolved this. There is no conflict in the way you mean. Okay here goes: When you install VS2008 it also installs SQL Server 2005 Express Edition this is to enable you add a database through the app_data folder so you can then use the friendly interface ASP.NET configuration tool. At...
-
DISCLAIMER....newbie to this but I do have a site up using permissions, roles and SSL successfully so here's what I did: I set the roles at the folder level through Solution Explorer -> ASP.NET Configuration tool. Then select the Security Management section to apply roles to the folders.Option...
-
Hello all. I am about to develop a web app for managing information that is grouped into different areas or departments, and each one should have an administrator. I am going to create the following roles using the ASP.NET Forms Roles and Membership providers: Super Admin Group Admin Regular User Group...
-
Thank you all for taking the time to read my post. I am uncertain as to where to begin. Your help is appreciated. My web site is on a shared web host with a shared SQL Server 2005. I am afraid that my only choice with implementing membership/profiles/roles ("a membership system") can only be...
-
Hi guys, thanks for your help; first of all, one of the reason why it was not working is that I put Response.Redirect("default.aspx", true); in code behind file. After removing this line, I put the defaultUrl="xyz.aspx" in the config file and it "works"....but still, I need...
-
Hi there, I've got a web site with a protected folder that can be accessed only by specific users. I therefore creaed a role, PayingMembers, assign a couple of users to this role, then I created two access rulesl: after selecting the protected folder I allowed first access to the folder for role...
-
Hi Erik, have a look at this article on my blog Part 3 - User Marcin's InMemoryMetadataProvider to add the database based permissions to the Metadata at runtime. the only issue here is that in V1 of DD you cannot dynamically load metadata but there was a few hints that this may be somethihng available...
-
Hello, It's all in the title : my site allows users to upload and delete files on the server, however when a user tries to delete a file he gets an UnauthorizedAccessException . After some hours of research, it looks like I should use roles/impersonation/delegation but I'm using a custom login...
Posted to
Security
(Forum)
by
kirby_blue
on
03-24-2009, 12:00 AM
Filed under: unauthorizedaccessexception, delete file, membership, roles
-
So I connected my database to the RC2 MVC template and added some users and roles. I have two roles - user and admin. I want to have the UsersInRoles table automatically updated when a new user registers. The UsersInRoles consists of two pieces of information, the UserID (generated at registration) and...
Posted to
ASP.NET MVC
(Forum)
by
drewsp
on
03-17-2009, 12:00 AM
Filed under: MVC ApplicationController, MVC beginner, Roles, security, A Little help can give u right vision..., MVC Data Services, "ASP.NET MVC", "Programming ASP.NET MVC"