Tagged Questions

0
votes
1answer
87 views

ASP.net sessions, interacting with NHibernate

I have a question about how to keep the current ASP.net/User's session during the duration of a user's visit. What is the best way to keep the current User object? Currently I am …
1
vote
1answer
114 views

Using asp.net, how do I redirect a user and change the POST data at the same time?

I have a single sign-on solution, meaning that the user will login to one site and be redirected to another. When I redirect the user I want to pass along a key that can be used t …
1
vote
5answers
55 views

What is a simple and secure way to transmit a login key from one website to another while redirecting a user?

I want to create a portal website for log-in, news and user management. And another web site for a web app that the portal redirects to after login. One of my goals is to be able …
0
votes
0answers
17 views

Web site Membership management for existing Asp.Net 1.1 site

Does anyone know of a turnkey solution for protecting some content (pages) and managing memberships on and existing site running on asp.net 1.1 ? Thanks in advance
3
votes
6answers
524 views

How to implement security component in Windows Forms?

Coming from ASP.NET into WindowsForms app development I was expecting to see the similar controls to work with. To my surprise, I didn't see any security controls (login, user mana …
0
votes
1answer
61 views

What software / tools / services do you use to manage users on your site? Registration, payment, mailing list. Is there a good package for everything?

Hi all, I am scoping out what we need from a user management solution and wondering if anyone knows of a good provider of a service that would be able to : securely manage user …
2
votes
1answer
320 views

SQL 2005 cannot delete user

Hey all, I have restored a database from a backup onto a new server, and I cannot delete the old schema from the database. I have created a NEW user for this database. The NEW us …
0
votes
9answers
164 views

User or account or person or what?

Here on Stack Overflow, you're a "user." On 43things.com you're a "person." On other sites, you're an "account." And then some web apps skip the usage of this kind of signifier, an …
0
votes
2answers
61 views

ORACLE 7.3 user management

Hi, At work I have an app sitting on Oracle 7.3 (old stuff, yes). Recently I tried to create an account that would be able to SELECT on all tables, but nothing else i.e. no update …
1
vote
1answer
171 views

Identity management/SSO solution?

What are your recommendations for a basic, centralized identity management/SSO service? It must be open source, have a pluggable identity manager (eg: LDAP, DB, openID, etc.) and p …
1
vote
3answers
116 views

Best starting point for a website with user management functionality

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 …
0
votes
1answer
291 views

Looking for open source user management and billing PHP web site code

Hello, I need to create a website in which users login, see certain reports, customize, pay (via paypal and credit card) etc. 80% of this is similar to many websites (including s …
0
votes
1answer
97 views

WCF User Management Technology Recommendation

I'm writing C# winform and asp.net apps that talk to a sql server through a WCF service. I want to avoid creating my own user management system and would like to use an existing co …