Questions tagged [aspnetdb]
104 questions
1
vote
0 answers
Creating users in ASP.NET using ASPNETDB and CreateUserWizard giving error
I am trying to create users from ASP.NET via ASPNETDB database.
First, I created ASPNETDB using "aspnet_regsql.exe". Then I created an ASP.NET page that has only one control - a CreateUserWizard control.
Then I created an "aspnetdb.mdf" file in…

Akki J
- 257
- 2
- 4
- 16
1
vote
2 answers
Associate users and roles added to ASPNET SQL Database tables with existing user information
I have added a series of ASPNET database tables for roles, user and membership management to my existing SQL database using aspnet_regsql.exe.
There is already a user table in the existing database which contains information (ID, Name, Address,…

alextc
- 3,206
- 10
- 63
- 107
1
vote
2 answers
How to add more user fields in aspnetdb database?
I have created an ASPNETDB database on SQL Server 2008 for users, roles and profiles with Aspnet_regsql.exe.
But what I want to more user attributes apart from those default ones (name, email, mobile and comment), e.g. Postcode, Address, Telephone…

alextc
- 3,206
- 10
- 63
- 107
0
votes
1 answer
aspnet with multiple roles - how to set only 1 role active at a time
I'm having a problem with aspnet having multiple roles functionality. The system allow a user to have 2 or more roles,for example he could both be team lead and a manager, but these 2 roles have 2 different set of functionality. In aspnet, Roles…

czetsuya
- 4,773
- 13
- 53
- 99
0
votes
1 answer
How to Seed value to aspnet_UsersInRoles in EntityFramework
I'm currently creating an application with EntityFramework and aspnet membership tables combined.
To create the aspnet membership tables dynamically, I followed this tutorial:…

czetsuya
- 4,773
- 13
- 53
- 99
0
votes
1 answer
Moving Application Services database aka aspnetd from SQL Server 2008 to SQL Server 2005
I need to move the aspnetdb from the development machine to the test machine. The development is SQL server 2008, the test one is 2005. I tried to script the aspnetb schema+data and then run it on the test, which worked fine and the database was…

m0s
- 4,250
- 9
- 41
- 64
0
votes
1 answer
Which is the Best method to add authentication WPF / Silverlight?
I have two different applications using the same aspnetdb database - a WPF application which is in premises and an online silverlight application. I need to manage users in the aspnetdb database(create/edit/assign roles etc).
Whether I should…

sony
- 1,453
- 3
- 35
- 79
0
votes
1 answer
Create aspnetdb roles & assign them to users in sharepoint 2010
I have created FBA application with following method
http://donalconlon.wordpress.com/2010/02/23/configuring-forms-base-authentication-for-sharepoint-2010-using-iis7/
I also have created create user page in visual studio. It is working fine. I am…

Satish
- 83
- 1
- 1
- 14
0
votes
1 answer
While providing security all the tables goes into the "aspnetdb" database
I am developing a small website which contains admin pages, moderator pages and user pages. I have provided the security using asp.net configuration and I followed all the six steps.
The problem is after providing the security all tables are saved…
0
votes
1 answer
ASPNETDB - How do I switch profile providers on the fly
I have a web site that uses ASPNETDB for membership/roles/profiles. The web site has some administration pages and I want to add a couple of new pages to be able to add/edit/delete users for the web site.
I have two different connection strings for…
0
votes
1 answer
Weird. Query works in Fuseki HTML form but not from JAVA?
I would like to ask some questions regarding the use of threads. I have looked at a lot of posts and links suggested from those posts but still came up blank.
I have a NetBeans project that has a few classes. One of them is the Gui class that I use…

salvu
- 519
- 5
- 14
0
votes
4 answers
Exporting ASPNETDB.MDF to an external database
ASP.Net 4.0/C#/MSSQL/Microsoft SQL Server Management Studio
Hey I am now at the stage where I want to move a project to a live server
Now I want to move the tables from the ASPNETDB file in the App_Data folder
to the server.
I have used the…

noscript
- 77
- 2
- 10
0
votes
1 answer
Is there chance to restore deleted column in ASPNETDB?
I deleted "UserName" column in aspnet_Users (ASPNETDB) is there chanse to restore it? I can't just add that column it will change schema.

RaShe
- 1,851
- 3
- 28
- 42
0
votes
1 answer
Database cannot be opened as it is version 655
Possible Duplicate:
Opening a Visual Studio 2010 Project in Visual Studio 2008
Just had a small question regarding the version problems in SQL Server. I created a web application on my system in MS visual Studio 2010 and I guess with a SQL Server…

user613037
- 75
- 3
- 10
0
votes
1 answer
Regex for asp.net default password field
Can anyone help me with a regex for the standard password field for the ASPNETDB.MDF password field?
Its 7 characters 1 has to be a special character.
Many Thanks :)

Dylan Jackson
- 801
- 1
- 17
- 33