I have a web application, which is using a SQL Server 2005 database. My problem is, that the application has no role management. So the application always accesses the database with one default user
I have an ASP.NET web application that is using forms authentication. Everything is configured and working correctly.However, i\'m dealing with the issue of creating and maintaining users and role mem
I am designing a Point-Of-Sale system for a small shop. The shop just have one Point-Of-Sale but often the开发者_如何学运维y are one to three users (sellers) in the shop. Each user have their own user
I want to change the behaviour of Sugar CRM community version. Here\'s what sugar currently does: Admin logs into Sugar
Is there a Standard settled comomn way to creat开发者_如何学JAVAe User Registration with Email Activation Link in Dot Net 2.0 ?No there is no standard settled common way to do that.
Background information: I have created an internal site for a company. Most of the work has gone into making calculation tools that their sale persons can use to make offers for clients. Create pdf of
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
How can I drop user from a d开发者_高级运维atabase without dropping it\'s logging? The script should check if the user exists in database, if does then drop the user.Is this what you are trying to do
I am developing a program that I want to share with certain people, however if I change my mind about these people I want to be able to \'revoke\' their access to the program.