Tagged Questions
The aspnetdb tag has no wiki summary.
4
votes
1answer
1k views
ASPNETDB management tools
Is there any tools to manage deployed ASP.NET application's aspnetdb.mdf file similar to Visual Studio's WSAT ("hummer-globe" button)?
Installations of the Visual Studio and SQL Managment tools on ...
3
votes
1answer
519 views
edmx populating mdf?
when i 'generate database from model' in an edmx file it asks for a datasource and generates a sql file and adds the data source to the app.config
if i choose sqlserver as the source it works fine ...
3
votes
2answers
896 views
Changing ASPNETDB name
Is there anyway to change the ASPNETDB and also using SQLExpress (2005) user instance ?
I have changed my web.config's connectin string to
<remove name="LocalSqlServer"/>
<add ...
2
votes
1answer
725 views
Merge aspnetdb database with another one?
I have an aspnetdb and I have created another aspnetdb for another website, but instead of starting from scratch, I would like to import all the data from the one that has users and other data into ...
2
votes
5answers
3k views
Connection String to Local DB file is not working
connectionString="AttachDbFilename=C:\Documents and Settings\nmartin\My Documents\PS_Upload\TimeTrack\src\TimeTracker\TimeTrack\App_Data\ASPNETDB.MDF;Integrated Security=True; User Instance=True"
...
1
vote
1answer
55 views
How to get the aspnetdb username in parameter when i'm binding data
I'm wondering how to access the username of the current user login on the site, i want to bind that value in my datalist. I'm using the default ASPNETDB database. When you are doing it in C# code you ...
1
vote
1answer
131 views
unable to access ASPNETDB.mdf
I added the reference to the static ROLES class below to assign the role to people that JOIN the website. I tested the code and the application hung when I pressed the button on the JOIN ASP.Net ...
1
vote
1answer
156 views
ASP.net aspnetdb.mdf connection string
After configuring the Membership Provider, I noticed that there is no connection string for ASPNETDB.mdf in my web.config. Shouldn't there be a connection string? What is the appropriate syntax? ...
1
vote
1answer
91 views
My ASP.NET 4 login stopped working…why?
I am working on an ASP.NET 4.0 C# project. The CreateUserWizard is working fine, but the login controls I built are always showing this message:
Your login attempt was not successful. Please try ...
1
vote
2answers
47 views
How can I mass generate Usernames, Passwords, and simple profile info to load into ASPNETDB?
I have an existing database with an accountnumber. I want to create a script that will take that column as input and generate for each accountnumber a username/password/profile entry.
The profile ...
1
vote
3answers
632 views
A network-related or instance-specific error occurred while establishing a connection to SQL Server
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that ...
1
vote
3answers
685 views
upload ASPNETDB.mdf to shared hosting?
I am developing asp.net mvc2 application and I use asp.net membership provider which uses ASPNETDB.mdf database. I have also my own database and now I wonder how to upload these 2 databases to server? ...
1
vote
2answers
656 views
How to create a new user in aspnetdb, when using asp:login control
I need to add the capability to create a user in an app built using the asp:Login control.
How do I do this?
1
vote
2answers
110 views
loweredrolename in aspnet_users table (SQL Server 2005)
For my existing data, both RoleName and LoweredRoleName are same, but some are lower case and some are in same case too.
Anyone knows what is the use of column LoweredRoleName in aspnet_users table?
...
1
vote
2answers
647 views
How do you update the aspnetdb membership IsApproved value?
I need to update existing users IsApproved status in the aspnet_Membership table. I have the code below that does not seem to be working. The user.IsApproved property is updated but it is not saving ...
1
vote
2answers
2k views
How to use aspnetdb database with an asp.net website
I have created a website using asp.net 3.5.
And now I have added member support to it using Membership API and aspnetdb database.
And I have done all testing on my local machine.
Now, what issue needs ...
0
votes
0answers
27 views
How to add aspnet_Membership table in EntityFramework
I'm working on my model classes. Dynamically I'm creating the aspnet membership tables, then I would map these tables using classes that have the same fields. But I have a problem matching ...
0
votes
1answer
25 views
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: ...
0
votes
1answer
28 views
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 ...
0
votes
1answer
97 views
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 ...
0
votes
1answer
121 views
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 ...
0
votes
1answer
23 views
While providing security all the tables goes into the “aspnetdb” database
hi friends good good morning to all...
i am developing a small website in which i have admin pages, moderator pages and user pages...
i have provided the security using asp.net configuration and i ...
0
votes
1answer
101 views
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 ...
0
votes
1answer
53 views
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 ...
0
votes
3answers
259 views
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 ...
0
votes
4answers
285 views
How to edit users in ASPNETDB.MDF
Hey I am wondering how I can edit users stored in ASPNETDB.MDF
I am using ASP.Net 4 / Visual Studio / SQL Server.
I can set a gridview to show the users, but cannot directly edit them.
I will be ...
0
votes
2answers
653 views
Why CreateUserWizard Control automatically adds the ASPNETDB.MDF database?
I only want to use CreateUserWizard Control to collect information from the user and insert into my custom datbase. I does not want to use Asp.Net Membership .
When I add this setting to the ...
0
votes
2answers
144 views
How Can I upload ASPNETDB Database to Server?
I have uploaded my database backup and it works fine. but since I've created a new user from ASP.NET Configuration I've that it saves the user information in the ASPNETDB.
I already published my ...
0
votes
1answer
53 views
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.
0
votes
1answer
184 views
Database cannot be opened as it is version 655 [closed]
Possible Duplicate:
Opening a Visual Studio 2010 Project in Visual Studio 2008
Hello Guys,
Just had a small question regarding the version problems in SQl server. I created a ...
0
votes
2answers
90 views
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 :)
0
votes
0answers
159 views
Assign ASPNETDB roles to SQL Server 2008 Express roles
I have been searching high and low on this topic but to no avail. Thanks in advance for helping me out.
Basically, I have an ASP.NET application that is using ASP.NET membership system and ASPNETDB. ...
0
votes
1answer
220 views
login to multiple domains on same IIS server with same ASPNETDB members database?
basically I am building two websites (2 IIS sites) on the same win2k3 server that are utilizing a shared ASPNETDB members database. this was auto generated by visual studio when integrating a login ...
0
votes
2answers
114 views
Best Place to House the .Net ASPNETDB Membership and Roles DB
I am currently developing a business application that will ultimately be hosted at a .Net hosting company. The hosting company provides 1 MSSQL DB (with 2 users) and an unlimited number of MySQL DBs. ...
0
votes
0answers
336 views
asp.net role based master page with sitemap
I want to build a master page navigation menu depend on user role and sitemap component. But something is wrong
My sitemap file
<?xml version="1.0" encoding="utf-8" ?>
<siteMap ...
0
votes
1answer
336 views
Getting a username from a userID (guid) in asp.net web forms
So I'm almost finished my project but I'm stuck. In my application's database I save some records that contain the currently logged in user's userID - and so when it comes to displaying these records, ...
0
votes
1answer
192 views
Combining tables from business db and ASPNETDB.MDF in stock asp.net mvc app
ASP.Net MVC apps have a business database FOO.MDF and a seperate accounting database ASPNETDB.MDF if they use the stock account provider
Is it possible to move the tables from ASPNETDB.MDF into my ...
0
votes
1answer
187 views
VS2008 ignoring my membership tables, creating new aspnetdb.mdf instead
I am making a web application in VS2008 for my final year project and I have a registration aspx form which uses a CreateUserWizard, which then creates / updates the various tables in the ...
0
votes
0answers
321 views
How to run ASP.NET membership website in localhost?
I have created a simple 3 pages website using ASP.NET membership provider.
i have login, CreateUserWizard and login name and login status on my 3 webpages.
i have a default database in my website ...
0
votes
1answer
190 views
how to change the label1 text to block n unblock if checkbox in gridview1 is checked?
I want if checkbox1 in gridview is checked then the label1 text in gridview is Block if checkbox1 in gridview is unchecked then label1 text n gridview is unblock ...
i want to do this because is want ...
0
votes
2answers
719 views
How to host site with ASPNETDB.MDF database from Development Server to Production Server?
I have created my site using ASP.NET Personal Starter Kits 3.5. I use Visual Studio 2008 only . .with its built-in SQL Server (2005 Express) ... my database in App_Data is ASPNETDB.MDF ...
I have ...
0
votes
4answers
3k views
A network-related or instance-specific error occurred while establishing a connection to SQL Server
I HOST MY ASP.NET WEBSITE ON WEBSERVER ..But after upload when i try to access my site ...
http://www.vbi.volvobusesindia.com
Then following error occurs ....
A network-related or ...
0
votes
1answer
31 views
where to use this code?
where to use this code :
EXEC sp_attach_db @dbname = N'myASPNetDB',
@filename1 = N'c:\mypathdata\myaspnet.mdf',
@filename2 = N'c:\mypathlogs\myaspnet_log.ldf'
0
votes
1answer
106 views
Two databases in ASP.NET
I have two databases in my project.
One of them is the ASPNETDB.mdf.
I'm wondering if there is a solution to merge these two or link them.
Because I need my UserID from the ASPNETDB if I want to make ...
0
votes
1answer
46 views
Why can't a read-write user see the aspnet_ tables after I've created them with aspnet_regsql?
I created the membership tables etc. with aspnet_regsql -S myServer -E -A mr -d anExistingDatabase. I can see these changes in SQL Server Management Studio, when I connect as myself through Windows ...
0
votes
2answers
775 views
Using session variable with ASP.Net membership provider
I m using the Asp.net membership provider with my web application !
I would like to know how to get the user ID and How and Where can I add code to the application to set same session variable On the ...
0
votes
1answer
394 views
aspnetdb.mdf and Microsoft.ACE.OLEDB.12.0
I'm trying to run my asp.net application on a windows machine (XP SP3, Vista, 7) which has only Microsoft.ACE.OLEDB.12.0 as the database engine installed and need to connect to the standard ...
0
votes
1answer
415 views
ASPNETDB.MDF for ASP.NET MVC on Production server
I am getting this error when I copied my application to application folder (I published the web application to my local IIS, then I copied to production server, this happend on production server):
...
0
votes
5answers
779 views
how to unlock an ASPNETDB user account after bad password count lockout?
i'm new and using the login control with the ASPNETDB visual studio generated user database
i set a maximum bad password count of 5 in web.config and tested to the point that an account was locked ...
0
votes
3answers
810 views
How to edit the user details stored in aspnetdb without asp.net web administration tool?
I have asp.net MVC application which uses asp.net membership. I configured the user details from local system using Asp.Net web site administration tool. Now I have deployed the site in server and I ...