Security :: Create Users With Different Profiles Data?

Sep 26, 2010

i working on event managment registration and i need to make a roll for visitors and roll for exhibitors isitor most enter data to visitor profile with data likefirst name,last name , DOB, Mobile Number, tel , fax and exhibitor most enter data to exhibitors profile data with different data .it's easy to make it for visitor or exhibitors with one profile how to make it with different data profiles what the logic to make that

View 2 Replies


Similar Messages:

Security :: Custom Managing Memberships, Users, UsersInRoles And Profiles?

Oct 25, 2010

I've been using the CreateUserWizard to create my users as well as to assign them roles/permissions. My problem is that, once created, I have no idea how to edit or delete their details without using the Asp.net Website Administration Tool. Where can I get some extensive but easy to understand literature on the subject?

View 4 Replies

Security :: Create Different Profiles For Different Members?

Nov 10, 2010

I have searched for an answer to my problem and could not find an answer anywhere.

I am rebuilding a website (converting it to use masterpages, usercontrols, asp.net memberships, etc using asp.net 4.0 C#) that has two different types of users. The problem is, the two different users have different roles ie. customers and employeers. Depending
on the role the user is assigned to they will have different things that should be stored in their profile.

For instance a customer would have all the basic elements of a profile, name, address, phone, etc. But it would also have some extra stuff like, a little bit about themselves, their resume, where they went to school, etc. On the other hand an employer would
have the basic elements but it would include details such as the position, a description of the position, contact for that position, etc.

Is there any way to have multiple profiles and still use the asp.net sql membership and profile provider?

View 1 Replies

Security :: Create User Wizard And Profiles And SQL Server?

Jan 29, 2011

I'm modifying Scottgu's tutorial for adding profile information to a login.I have put in a provider tag and the profile tag parts in the web config, and hooked it up to a connection to my SQL Server DB.I have modified the create user wizard step 1 to contain extra controls to capture forename and surname. I then altered the tutorial code to match this.however, though the _CreatedUser event code fires, nothing is stored in the aspnet_Profiles table in my DB.I took the tutorial code for the display profile info page and modified it to displAy the users name, but nothing appears on the page, even though the users username appears using the loginname control.all I would like to do is display message in the master page that says 'welcome, John Doe, you are logged in as doej'

View 8 Replies

Forms Data Controls :: Gridview Display Users And Personal Profiles?

Oct 12, 2010

I am trying to populate a gridview control to display the current registered users on the site.

I query various tables from the ASPDOTNET.mdb database in order have a list comprising of UserNames, Email address, LastLoggedOn, etc. This bit is fine and it displays all the details.

The part I'm having a problem with, is I would like to add the FirstName and LastName to each row also. But I'm not sure how to get at the record. In the profile table I have a column with this detail within plus other personal details but I only need to retrieve the names and display that in the gridview.

View 2 Replies

Security :: After Successful Creation Of 3 Users On My Web Site Now Cannot Create Users

Dec 6, 2010

[Code]....

after successful creation of 3 users on my web site now cannot create users

View 9 Replies

Security :: How To Create Roles For The Existing Users In Database

Jun 10, 2010

I am newbie to asp.net.I want to create roles for the existing users in my database. I dont want to use the membership provider database n roles provided with it.(i don't want to use aspnet.mdf at all)

I am create roles for my existing users n assign i wanted to assign the particular roles to a particular assign.

View 2 Replies

Security :: Create Users And Assign Roles After Deployment?

Feb 18, 2010

I have set up a very simple authentication page where the user enters his password and if successful authentication occurs the program allows the user to make use of the controls in the page.

I used ASP.Net Configuration to create the user and roles, SQL Membership Provider for the authentication tables and asp login controls to authenticate.

Is there any way to add users and roles once the project is deployed? Could I use the ASP.Net configuration page? and if so how?

View 3 Replies

Security :: Using Custom Membershipuser To Create Users In The AD With Membership?

Jul 28, 2010

I'm have a doubt using membershipuser to create users in the AD with Membership.CreateUser Method, does any one knows how can i send other attibutes to the AD, such as First Name and Last Name?, besides those ones: username

As String, _

password As String, _

email As String, _

passwordQuestion As String, _

passwordAnswer As String,

View 3 Replies

Security :: Use Profiles In Aspnetdb Membership?

Feb 28, 2010

I am getting to like how to use a profiles in aspnetdb membership

But these profiles are stores in a string.

Q: How does one get this profile data into a table, or get TSQL to show data in a column format.

View 2 Replies

Security :: Basic Information About Creating Users With Create User Wizard?

Jan 8, 2011

Im very new to ASP.net and have no experience with it at all.Im currently developing a website,and am confused about creating users.Im using the create user wizard,everything is working fine.However,I am worried about the security of user information.I believe the user information is stored in the APP_Data folder, am I right in believing that this folder is secure?

Exactly how is the user information stored when using the create a user wizard?In a database in the APP_Data folder?Is it encrypted automatically when a user signs up?

View 5 Replies

Security :: User Profiles Not Working Once Website Goes Live?

Dec 1, 2010

I have just put my first ASP.Net site live on the internet but im having problems with my login. When i try to login my sit is throwing an error.

The SSE Provider did not find the database file specified in the connection string. At the configured trust level (below High trust level), the SSE provider can not automatically create the database file.

I have run my script from visual studio so the profiles are there but i cant login?

View 4 Replies

Security :: SqlProfileProvider - Get All Profiles Including Custom Settings?

Jul 26, 2010

If I use System.Web.Profile.ProfileManager.GetAllProfiles, I get all profiles for users that have logged in since I implemented saving a custom profile item. A few problems I need to solve.

1) when I use the GetAllProfiles method listed above, the custom profile items are not available. For the current user, I can get the value using HttpContext.Current.Profile.Item("MyCustomItem"). I need to be able to get to all the profile items programmatically.

2) I also need to programmatically create profile items for other users (a migration to this format).

3) I cannot get to the items like the documentation says like Profile.MyCustomItem.

View 1 Replies

Visual Studio :: Group Profiles Settings - Users In The Group Update The Same Settings?

Jan 19, 2010

We have many different clients, and each client can have multiple user accounts.Right now, we have user settings set up on the ASP project, and a WinForms application can see these settings, depending on which user logs into the winforms application. They are specific to the user. I want to make them specific to the client, so users can be in "groups" by their client, and all users in the group would see/update the same settings.

View 1 Replies

C# - Administer Website (create New Users, Assign Users To Roles, Etc.) From A Windows App?

Feb 9, 2010

I have an asp.net web app that uses forms-based authentication, a SqlMembershipProvider (using an encrypted password format), and a SqlRoleProvider. I need to know if it's possible to administer the users (create new users, assign them to roles, etc.) from a windows application - the powers that be don't want any administrative functionality in the web app itself.

Here is the membership provider definition from web.config:

[code]....

So, obviously, I have a Sql Server database that contains the users and roles for the web app. I'd like to create a separate windows app that references the web app assembly, and use the configured MembershipProvider, RoleProvider, and machineKey to create users, assign users to roles, etc. If that's not possible, I can duplicate the configuration settings from web.config within the windows app. But I don't know how to do this either.

View 3 Replies

Security :: Allow Admin Users To Access Basic Users Accounts?

Aug 26, 2010

Allow Admin Users to Access Basic Users Accounts?

View 4 Replies

Security :: How To Display Users And Number Of Users Online

Oct 12, 2010

We have implemented the ASP membership and roles..and we would like to display the users currently logged in and also display the number of users online so we can display that on the page. The list of users woudl only be available to our admins. BUt the number of users will show for everyone.

View 9 Replies

Security :: Automatically Add Users To Role Users?

Aug 4, 2010

I just realized after i created a test account i was not in any roles. Is there a way to automically add new users into the role Users? Have i missed this some where?

View 8 Replies

Security :: How To Stop Users Accessing Other's Data

Jul 12, 2010

We have a few scenarios which mean users can see other users data if they're on the same machine.

Scenario 1

Login User A Browse to forms with perosnal data Logout User A Login User B Either hit back button until you reach User A's personal data or.. Use browser history to jump directly to user A's personal data.

Scenario 2

Login User A Browse to forms with personal data Close browser New Browser, Use history to go directly to User A's data.

The 2nd one was caused by the browser displaying the page from its cache, so for that one, I added the following to the web.config..

[Code]....

[Code]....

which seems to do the trick, but I need to know how to fix the first part and whether the web.config changes are all that's needed to clear any cache.

View 6 Replies

Security :: Trying To Store Users Full Name And Other Data?

Jan 13, 2010

this is the ecenario, we're developing a web application in vb.net using vwd 05, and everthing has been great so far, we've recevied a lot ideas from the guys on this great forum. now we're facing a problem relating with usernames and userids.Our web application has 5 different roles, and theres a funtionality needed on a dropdownlist related to the user roles.

we're trying to store users full name and other data, i've seen the tutorials about storing addtional information and everthing is very clear there, the problem now is this code we have already to fill a dropdownlist.

Dim techUsers As String() = Roles.GetUsersInRole("tech")
For Each usr As String In techUsers
DropDownList1.Items.Add(usr)
Next

So basically were looking at storing the user id of the user just created with the create new user wizard to our table where full name is gonna be stored.

table is like this:

userid

full name

and other data required here. etc

so basically, we're filling the dropdownlist with the usernames of the users in the tech rol with the coded i posted above, but we need to instead of showing the username(which is our case is just number) ,show the full name of that users belonging to the tech role, obviouly its just a query, but how to get the full names of users beloning to a specified role? thats the main question and problem we have right now.

View 5 Replies

Security :: Connections Betweeb Users And Any Othere Data?

Feb 19, 2011

i'm a real beginner, so my questions may sound rather stupid but i did not google anything on it.

Suppose I create a standard mvc 3 application having an authentification system. There are the questions:

1. As I understood the information about users is stored in App_Data folder. Is there a way to store it database? obviously, there should be one,

but i cant figure it out .

2. Suppose I want to link a user with entities belonging to him (like articles in a "shared" blog, photos, whatever), How do I do this?

the standard MS tutorial (MVC music store) doesnt cover neither of these questions which are rather basic.

View 1 Replies

Security :: Best Practice For Storing Users Data In Signup Form?

May 21, 2010

Just wanted to know what is the best pratice for storing new fields data when an user sign up ?

Also...

1- Is there a way to make the login controls use the same database than my website database?

2- It is okay to use the Membership and Role API to manager users from an user interface (without the ASP.NET Web configuration tool) ?

View 9 Replies

Security :: Used Security In Login Page Which Restricts All Users Who Have Not Logged In To All Pages?

Jun 23, 2010

i used security in login page which restricts all users who have not logged in to all pages. I need to restrict specific users to specific pages. I'm not using AspSqlService provider. So i cannot create roles and restrict automatically. And the pictures i use in login page are not visible @ runtime.

View 1 Replies

Security :: Want Site Admin To Manage Users/security Online, How Is This Done

Mar 22, 2011

Working on my first asp.net webpage. i have followed video tutorials and implemented asp.net membership for login/security.Using Visual Studio 2010 i can open the Asp.net configuration page for management locally.But then if I want my site admin to manage users/security online, how is this done? Like manage through a web browser. I guess this asp.net configuration GUI is not available on the internet?

View 4 Replies

Security :: .net Configuration Tool - Want To Manage Users And It Security Online?

Feb 9, 2011

We have asp.net configuration tool to manage user's permission and role for our offline website,

it is working very fine.

Now, I have uploaded my website and aspnetdb.mdf

now i want to manage users and it security and roles online.

How can i have asp.net Configuration tool

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved