|
Is there any product out there that allows for the management of users using a standard asp.net membership database? I'm looking for a web frontend user management system.
Started by Kenneth Reitz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Part User Management Role Management User Properties Automated Solution Deployment ULS Logging SharePoint solutions, including WebParts that simplify the management of users in SQL Server databases.
|
|
We've just migrated to a pure Microsoft environment and are looking for an end-user AD management solution.
Ideally we'd like users to be able to manage their personal info in AD. We have ~500 users in our domain.
I've found a few products from google...
Started by LukeR on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The catch is it's rather pricey..
It hooks into our identity management system, so their personal information is changed in not just AD functional web application for end user self-service as well.
|
|
Is there a way to prevent users from getting into SQL Server Management Studio so that they can't just edit table rows manually? They still need to access the tables by running my application.
Started by Jeff Stock on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
If your application only,DELETE,INSERT, or....
If you don't want the user to have any rights at all then you could do that as well.
That way the user can still use management studio to run select queries and such.
To the user.
|
Ask your Facebook Friends
|
I'm new to User Roles Management. I was reading my Wrox Programming book on asp.net 3.5 user role management...but it was hard to follow along, as I do not have a local server set up to test on (I do...but...thats a separate question), but rather currently...
Started by contactmatt on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.odetocode.com/Articles/427.aspx
http.
management, or you can write your own providers.
|
|
Hi all.
I am using asp.net 2.0. I have been using asp.net membership provider for user management. But I think this would be more efficient if I could do this without using role and membership provider provided in asp.net. In fact I see bulky markups ...
Started by sangam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What exactly bothers you? Server-side code, or the HTML which gets served to the client?
If former, then you can implement your own providers or just reinvent the whole system from scratch (which I do not recommend, but it might be worth it in some scenarios... .
|
|
Here's a software design question I've encountered several times and have never found an ideal solution for (I'm also dealing with it now again.)
Many applications need some form of user/role management. You have base users, groups that these users can...
Started by Nick Gotch on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Check....
You should adapt your design because every organization are different .
You could get some pointers, at least, from there.
Not sure if it will help you, but if you have the opportunity you should check out the built in functionality in ASP.NET .
|
|
I'm looking into building a more unified user and workstation management system and I thought it would be a good idea to ask others how they have solved the apparent issues.
I would use LDAP for user management and have the home directories mounted over...
Started by DGnome on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
You can also have.
NFS with cfengine2
I would suggest, you let cfengine do the whole configuration management.
As far as user management goes, you'd want to look at doing LDAP authentication.
Suggests.
|
|
Hi all,
I opened Computer Management and happened to see that "Local Users and Groups" (under System Tools) had a red X over top of it. After clicking the link, it shows a message saying "Unable to access the computer EMACHINES-PC. The error was: Library...
Started by Wesley on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The utility Filemon is a monitoring tool.
From the local computer's Computer Management Console again.
|
|
I'm about to start creating a new website that has standard user management (customers login and handling (change customer details etc) + my own functionality. I'm looking for the most efficient way to do it. I know PHP/CSS/Jquery quite well.
I have looked...
Started by Nir on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, user management is a pain but really shouldn't take you THAT long to implement, there are a couple of user-made libraries that may suit your needs - a comprehensive list with detailed.
Develop on it.
|
|
Is there a user-management plugin for grails?
Nearly every website requires things like:
Users Login/Authentication Registration (w/ email verification) Forgotten email reminders User User Profiles Are there any Grails plugins/frameworks/whatever that...
Started by Marc Hughes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And secondly
http://www.grails.org/Authentication+Plugin
which ....
There are a couple I know of,
http://www.grails.org/AcegiSecurity+Plugin
based on the popular Acegi Security (now called Spring Security), possibly a little heavyweight for what you want .
|