The asp.net-roles tag has no wiki summary.
0
votes
0answers
28 views
asp.net rolemanager role permission management
I have a database I created in my website that users will be able to modify based on their specified role. I have an edit.aspx, which based on the current users role, will allow users to use different ...
0
votes
3answers
159 views
ASP.NET MVC Roles and Security
Assume like this is my SampleController action method
public ActionResult AdminView()
{
return View()
}
If want this controller method to be called if the logged in user belongs to admin role, ...
0
votes
1answer
55 views
ASP.NET Membership and Roles
I am trying to use ASP.NET membership and roles for my project and have been going through different articles, posts and SO to check if using it is a better option for me rather than hand coding the ...
0
votes
1answer
275 views
How create my Custom Authorize Attribute for my MVC 4 application?
May be there are many dublicates of this question. But I ignored default membership of MVC and use my custom login with cookies. That is why can not create Custom Authorize Attribute like in samples.
...
0
votes
0answers
74 views
How can I GetRolesForUser with an initial page redirect?
In my MVC4 application I have a line of code in my partial view that fetches a string containing all of the user's current roles.
The problem is Roles.GetRolesForUser always returns a null length ...
1
vote
1answer
171 views
Error message does not appear on failed login using asp.net mvc 4 with a custom role provider?
I'm trying to implement a custom role provider and I found a tutorial and followed it.
Here is the link: http://techbrij.com/custom-roleprovider-authorization-asp-net-mvc
When I try to login using ...
0
votes
1answer
69 views
One application serves multiple sites, how to design forms-auth cookie?
My application will serve multiple sites, i will define the same home directory for all the sites in the system. Assume this is a business application with users, roles etc and each site is for ...
0
votes
1answer
136 views
ASP.NET Membership, access denied to all roles
I have a problem with asp.net membership authorization, I configured my main web config like this:
<connectionStrings>
<add name="xxx" connectionString="Data Source=; Initial Catalog=; ...
1
vote
0answers
52 views
Grouping roles in Membership provider in ASP.NET
I have already asked similar question before
I have basic user Roles:
-Admin
-Super User
-User
For this roles I manage site permission. Like adding new users or changing their profiles.
Also i ...
0
votes
2answers
523 views
ASP.NET MVC 4 Roles
what is the best way to manage roles in MVC 4? I found this tutorial:
http://www.asp.net/mvc/tutorials/mvc-music-store/mvc-music-store-part-7
but I want to be flexible and add the back office user ...
0
votes
1answer
152 views
filter linq query based on role of logged in user MVC3 Controller
What I am trying to do is filter a query based on the role of the logged in user in my MVC3 Controller. I am restricting users to have only one role; no user can have more than one role. I have ...
1
vote
1answer
293 views
how can access folder's pages according to roles in c# vs2005 in webconfig
The scenario is :
I am working on role based project in vs2005 and sql server2005.
I defined the role in database and added custom role provider. I have two roles like "admin" and "user". I created ...
0
votes
0answers
53 views
AspnetSqlRoleProvider
I have an Microsoft Sql Server roles engine (Asp.net roles engine) that I set up for an MVC2 project. It already has the Roles, applications, and users set up.
Is there anything special I need to ...
0
votes
1answer
88 views
Adding users to roles fails
I have been working on a website for some time now.
I am using the membership, role and profile providers which are working correctly.
I have a standard createuserwizard control where a user can ...
0
votes
1answer
223 views
Adding users to roles on registring failed ASP.NET MVC3
I like to enable users to choose their role on register in asp.net mvc web application. I have previous add roles via asp.net addministration tool. Here is the code I am using in register methods
...
2
votes
2answers
306 views
GenericPrincipal roles not available in MVC views
In our MVC app, we're by-passing the RolesProvider in favor of just caching our roles in a cookie that will be passed around. Following several suggestions around the interwebs, we're leveraging the ...
1
vote
2answers
150 views
Administration Tool stopped creating ASPNETDB in APP_DATA
I have a database hosted on somee.com and I use it for my Membership, Roles and other information tables.
However, by now I only experienced minor troubles with ASPNETDB.mdf that is automatically ...
0
votes
1answer
360 views
ASP.NET Web.Sitemap - one role not being displayed in nav menu while others are
I'm working on an ASP.NET C# application that has three roles defined for various user levels within the application: "User", "Manager", and "Admin". I've completed most of the User and Admin stuff, ...
1
vote
3answers
86 views
Additional layer to ASP.NET roles
Currently a User could be an administrator, a janitor, a teacher etc.. We currently are using the default providers.
Soon there should be multiple clubs. All the roles will be the same and available ...
0
votes
1answer
260 views
How to assign users the security roles associated with Active Directory
I have a different access role for each of the pages in my application (using Windows Authentication) to restrict users from access, using SqlRoleProvider. So to add users to role, I would go,
...
1
vote
1answer
204 views
Enable roles without (or with a dummy) Role Provider
I'm following this article in which is described how to assign roles to users when theiy log-in using forms authentication:
public void Application_AuthenticateRequest( Object src , EventArgs e )
{
...
2
votes
0answers
338 views
How to collect membership, role, and profile data on registration ASP.NET MVC4
What is the best way to collect all relevant information user, role, and profile information on the registration page. My current approach is to set additional fields in the register model:
public ...
0
votes
2answers
125 views
On live server how can i create aspnet_roles
I posted my asp.net website on MVC3 live on godaddy server. How can i create admin role and add users to it? Is there an easy way to do this? Even if through sqlserver please respond with some level ...
1
vote
2answers
225 views
MVC3 Manage all users in a specific role and additional information
I am building the admin side of the project at the moment where I will have to :
- create new users and add some more specific information about them (i.e. location, position etc.)
- different users ...
1
vote
2answers
2k views
Roles.GetRolesForUser(); does not seem to work in MVC 4
I'm trying to create a new MVC 4 internet site using the internet template provided in VS2012. I am able to register users for the site and successfully log in and log out. I can see that the ...
0
votes
0answers
181 views
AspNetSqlRoleProvider - Access Denied
I've been working on an web application using ASP.NET 4.0 (C#) and implemented the use of a role provider(the default AspNetSqlProfileProvider). I've successfully used the *aspnet_regsql.exe* ...
1
vote
1answer
117 views
Sharepoint like AD authentication restricting access to specific web pages
I have a couple of PHP applications that run over WAMP Server, and for management reasons my boss told me to migrate the into an IIS server and ASP.NET so we only have to manage one database of users, ...
2
votes
2answers
530 views
EF Code First and ASP.NET membership provider
I am building a web application using MVC 3. It has users with different roles and privileges. I am using EF Code First approach for database creation. My model class for user is:
public class Users
...
1
vote
2answers
930 views
ASP.NET MVC project for management Membership , Role and Profile
every body knows working with Membership , Roles and Profiles are common in most of ASP.NET project.
I am looking for a simple project to do this activity with UI for end users. like "add user" , ...
0
votes
1answer
112 views
NullReferenceException in System.Web.Security.RoleManagerModule.OnEnter()
I have encountered an error for which I can find no answer online.
I created a new virtual Server 2008 R2 Standard box with the IIS role and ASP.NET role services. The server is destined for ...
1
vote
1answer
572 views
How to create dynamic roles and authorizations on MVC3
I use C#-MVC3 (for web).
I want to create a list of operations to do in the site (for example - open a new article, comment on an article, etc.) and the site's administrator will create roles ...
0
votes
0answers
91 views
Install aspnet_regsqlazure using code first EF
I am switching to Azure hosting, and I am using aspnet_regsqlazure.exe (instead of aspnet_regsql.exe) to install my asp.net features in the database.
Before I had a nice method in my database ...
0
votes
2answers
273 views
is there a better way to implement role based acton and view in mvc than if/else?
So I have three roles, administrators, companies and employees in my mvc .net application that uses asp.net membership in a separate database. I moved the .net membership in a different database for ...
0
votes
1answer
102 views
WCF Windows authentication with AspNetRoles
Is it possible to configure WCF to use Windows credentials to authenticate users and the SQL AspNet Roles provider to store roles and authorizations?
0
votes
1answer
203 views
Authorization based on user's class (role/member) with mysql
I used to edit Web.config before in order to allow some users to access some pages/folder, eg:
<location path="Admin">
<system.web>
<authorization>
<deny ...
1
vote
0answers
599 views
Roles.GetRolesForUser() returns empty array
I'm using Roles.GetRolesForUser() and when I call it I get {string[0]}. However, when I type in a users name as a hard coded string like this: Roles.GetRolesForUser("theloggedinusersname"), I get ...
0
votes
0answers
107 views
Can't apply role in ASP.NET WSAT when deploy in IIS
I deploy the Asp.net Web Site Admin Tool (WSAT) in my local IIS like this guide. Everything is okay but only The problem when i apply the role. The directory tree in my website doesn't display any ...
2
votes
2answers
2k views
Programmatically log a user in to asp.net membership and roles?
I'm working on an Asp.Net 4.0 web application which is using the Membership and Roles features of Asp.Net.
In the application, there will be three roles which have access to the login page and one ...
0
votes
0answers
182 views
How to create new roles after publishing my asp.net mvc 3 on iis 7.5
i used to create new roles and assign new users to these roles by clicking on the "ASP.net Configuration" icon inside the MS visual visual web developer 2010. But after i published my asp.net mvc3 web ...
4
votes
1answer
556 views
Does FluentSecurity replaces Asp.Net membership provider or it's supposed to complement/work together with it?
I'm working on an Asp.Net MVC4 site and I wanted to create a membership provided backed by Redis. Since I need the user privileges to be dynamic - user can create new roles in the admin dashboard - I ...
1
vote
1answer
1k views
EF DbContext per web request + Custom RoleProvider = RoleProvider per web request or singleton?
Using EF DbContext wrapped in interface(s), dependency injected per web request, to make sure the entire request deals with the same context. Also have a custom RoleProvider which consumes the ...
0
votes
1answer
961 views
ASP.NET MVC 3: manage users and roles inside the internet application
When I now want to manage (create/delete/edit) Users and Roles for my MVC 3 internet application, I need to go to inetmgr on the server and change the .NET Roles / .NET Users there.
Is it possible to ...
1
vote
1answer
181 views
how to make Roles and manage Users?
in my Project i need to define 3 roles :
SuperAdmin
Admin
RegisteredMembers
I also have Table which named "Users" that stores information such as:
fristName
lastName
Birthday
Username
Password
.
...
0
votes
1answer
795 views
ASP.Net Membership: List Roles in Listbox
I'm trying to put together a custom user update page so you can update a user's email, password and role all on one page. I'm stuck on the roles. I have listed the roles ok, but I want to select the ...
1
vote
1answer
263 views
Asp.net 4 MVC3 loose coupling roles and actions
for a project, I am making a mvc3 asp.net application. One of the features I would like to implement, is a loose coupled Role - Action attribution. Basically admin user should be a able to create ...
2
votes
3answers
1k views
ASP.NET Membership/Roles - how to link user to multiple applications/roles?
I am working on a project to break-up a large web site into smaller, more specific sites. I need to be able to restrict access to these sites to only users that have the necessary permissions, and ...
0
votes
1answer
208 views
adding user to a role when registering
I am using the built-in register module in asp.net application for registering new users.
I am trying to set the role for the user when they are registering but for some reason I can't access the ...
0
votes
2answers
496 views
Redirecting based on the user's role
i'm having some problem over here..when user enter their id and password,it will show up the main page and its for user but when admin or staff enter their id,it will enter the user's main page and i ...
0
votes
2answers
2k views
Redirecting admin to admin page and user to user's page
i'm having some problem over here. When user enter their id,it will show up the main page and its for user but when admin enter their id,it will enter the user's main page and i have to click admin ...
1
vote
0answers
124 views
Form authentication is logging me out
I am using form authentication for by application and when the form times-out the application logs the user out to login page.
But when I enter my credentials again, the application is not letting ...



