The aspnetdb tag has no wiki summary.
0
votes
0answers
18 views
copy data from one server to another in VS2012
This is about membership role - aspnetdb database. I can create user in the production database but not able to assign membership roles.
I was trying to copy the this database to the production and I ...
1
vote
2answers
300 views
ASP.NET MVC4 Forms Authentication - how can I tell which database my app is looking to when authenticating users?
I hope that the answer to this is as straight forward as I think it is. I just wanted to be sure. So, I have an ASP.NET MVC4 app that uses Forms authentication. I have a database hosted by Arvixe ...
1
vote
0answers
63 views
creating membership db with asp_regsql tool
i have created a membership database using the asp_regsql tool instead of the default wizard on an existing database. the reason is that i read somewhere that the ASPNETDB.mdf created by default ...
1
vote
1answer
43 views
How to use ASPNETDB on shared hosting?
On my asp.net site I use local DB, connection string is
Data Source=(LocalDB)\v11.0;AttachDbFilename=|DataDirectory|\MyDataBase.mdf;Integrated Security=True;Connect Timeout=30
So, MyDataBase.mdf ...
0
votes
1answer
40 views
Multiple Applications and one aspnetdb, problems with Profile
We are running several applications on the same aspnetdb.
They are all using the same MembershipProvider. Sometimes we are getting "weird values" for Profile properties. It seems that the application ...
0
votes
2answers
282 views
How to successfully transfer ASP.NET Website and SQL Server Database to another machine
On my home computer, i am working on a ASP.NET Website Project. Which is accompanied with a SQL Server 2012 database.
I'm trying to transfer this project over to my laptop. I have successfully ...
0
votes
1answer
51 views
How to use form authentication without aspnetdb?
I am developing a small website which will be part of a big website. It won't have its own authentication and database but I want to use form authentication with it. I put in few lines in web.config
...
0
votes
1answer
56 views
Attached ASPNETDB in ASP.NET project giving Error while opening
I have attached ASPNETDB in my ASP.NET project. Snapshot is the error message that I got as soon as I try to open it in Server Explorer.
I have ran aspnet_regsql.exe from this folder:
...
1
vote
0answers
131 views
Invalid value for key attachdbfilename
I try to run my asp net application in godaddy webserver and get error:
Exception Details: System.ArgumentException: Invalid value for key ‘attachdbfilename’.
My connection string:
...
0
votes
0answers
68 views
Adding extra data to aspnetdb
Though I am quite new to ASP.NET, I have create a new table in the default MembershipProvider database (ASPNETDB) in order to hold an RMANumber, Charge and userid as a uniqueidentifier referencing the ...
-1
votes
1answer
28 views
Pull data but more then one [closed]
Okay here is the code im using quite simple stuff basicly it currently pulls one random profile pic along with the users first and last name.
Works like a charm the only thing is how can I make it ...
1
vote
1answer
69 views
Should aspnetdb objects be generated in the application database or in their own separate database?
I am using MVC 4 and SQL Server with my application database. I want to add user authentication where the user will have extra fields when registering (e.g. address, telephone, etc...). What is the ...
1
vote
1answer
686 views
Type is not resolved for member “Microsoft.IdentityModel.Claims.ClaimsPrincipal,Microsoft.IdentityModel”
Any thoughts about how to resolve this error? I'm stuck at the moment and having a hard time finding reading on this. Any help would be greatly appreciated:
Server Error in '/www' Application.
Type ...
-1
votes
1answer
77 views
asp.net + Querying from aspnetdb?
Ok This is my situation, I am trying to bind a ListView with data(my user's username) calling from my SProc, so each user photo of the ListView has a link to a profile page with query-string of their ...
0
votes
0answers
100 views
Installing aspnetdb.mdf on Godaddy
I have an MVC 3 app with membership etc, and also I have a connection with NorthWind all works perfectly but when I publish my website to my hosting still Northwind works perfectly but there is no way ...
0
votes
1answer
98 views
ASP.net + Login with facebook and aspnetdb authorisation
I am using the Facebook login api in my website, currently I am checking if the FB userid exist in my SQL Server database, if it does, the user is allowed to access my website else he will be directed ...
1
vote
0answers
247 views
ASP.NET MVC3 Aspnetdb Sql Production Server
I created a fully functioning web application (MVC MusicStore, downloaded from here: http://mvcmusicstore.codeplex.com/).
The application created an ASPNETDB.MDF file, and a MusicStoreDB.mdf file.
I ...
0
votes
1answer
126 views
ASP.Net Members in web.config remove provider
I'm trying to avoid the ASPNETDB.mdf file to be added to my project.
I have this in my config file:
<authentication mode="Forms">
<forms loginUrl="login.aspx" defaultUrl="Default.aspx" ...
0
votes
1answer
129 views
Own rolemanager provider without aspnetdb.mdf
I'm using rolemanager and security trimming for my menu. Since my server isnt too friendy about this ASPNETDB.mdf, I've created an own rolemanager in xml and c# class. But Visual studio is still ...
0
votes
3answers
148 views
ASP .Net membership and membership class
Couple of questions:
I have a database i created under the app_data folder. Is there anyway to associate this database with an EXISTING aspnetdb which is also under the same folder? If so could ...
0
votes
1answer
151 views
single membership providers within ASP.Net MVC 3 application sharing between 2 webapplications
We have 2 different mvc web applications running on single membership provider. I have put these 2 applications on the webserver and has the virtual path:
http://aa.svr1/app1
http://aa.svr1/app2
If ...
0
votes
0answers
36 views
Is it possible to edit aspnetdb.mdf records analogically to phpmyadmin for mysql databases?
I have got a security problem with my asp.net website.A code injected attack has occurred to the database thus I need to edit the aspnetdb.mdf records analogically like with phpmyadmin for mysql ...
0
votes
2answers
297 views
Session timeout kills “Remember Me” cookie in aspnet database
I'm trying to understand if this makes sense:
1. User logs in, checks "remember me" checkbox.
2. User logs out.
3. User comes back and is automatically logged in.
Basically, that's exactly what ...
0
votes
1answer
41 views
Is this beneficial to use aspnetdb database while creating a website?
I am creating a new website , and while doing so i am little bit confused with Aspnetdb database , this contains ready made features for authorization and authentication checks , So should i use this ...
1
vote
2answers
919 views
Create aspnetdb with SQL Server Standard edition (not Express) and Visual Studio 2010 for asp.net MVC project
I am using VS 2010, MVC 3.0, SQL Server Standard edition (not Express). I am trying to create aspnetdb on a MVC 3.0 project (MusicStore) application.
When I click on WSAT (Web Site Administration ...
0
votes
1answer
838 views
Can't create asp.net membership database aspnetdb
I can't seem to create the aspnetdb.mdf via the Web Site Administration Tool.
I am using SQL Express 2008 and Visual Studio Web Developer 2010 Express.
I get following error in the Administration ...
0
votes
1answer
65 views
ASP.NET membership database and a separate major component database
I am building an asp.net apartment rental website. Currently, I do not utilize any membership functionality so there is no need to create long-term users, manage profiles or any extensive user related ...
1
vote
0answers
115 views
sharepoint mysite authentication
I have created mysite and two other sites as 3 different web applications in my sharepoint server like
http://site1.sp.com:45 - site 1
http://site2.sp.com:45 - site 2
http://mysite.sp.com:45 - ...
2
votes
2answers
593 views
Cannot Connect to ASPNETDB in Production server using SQL Server 2008 R2 Standard Edition
I am a newbie in ASP.net and just following Tutorials. This Particular Problem has been Giving me a Real Headache, I have developed a website in VS 2010 , used the ASPNETDB SQL server database ...
0
votes
1answer
1k views
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 ...
0
votes
1answer
55 views
ASPNETDB login page won't load
having a problem with a new ASP NET app and ASPNETDB
Installed on existing server which already has a similar app which happily uses ASPNET DB for membership etc. Config etc very similar. The login ...
0
votes
0answers
272 views
ASP.NET MVC3 application. How to move ASPNETDB.MDF to SQL Server?
I'm trying to Authenticate users with Form authentication on MVC3 application.
According to this article one of the steps is to move ASPNETDB.MDF to SQL Server. After I need to map users(windows ...
0
votes
2answers
320 views
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 ...
0
votes
1answer
265 views
Using Membership Provider DataBase with Entity Framework 4.1
I have made the database using ASP.Net Configuration(aspnet_regsql.exe tool) . I want to use EF 4.1 to write the
Data Access Layer. (I'll then use it in a WCF service and conume services from a WPF ...
1
vote
2answers
1k views
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 ...
2
votes
2answers
2k views
Merge aspnetdb.mdf with my own database (automatically generated)
I've searched the internet thoroughly but couldn't find a clear answer to the problem. I have got the aspnet.db database. But i want to add my own tables and data to this database. If i try to connect ...
0
votes
1answer
802 views
MVC3 web app / tutorial won't “log in” using ASPNETDB.mdf on IIS7 webserver
I have just uploaded my MVC3 ASP.net web application to my server 2008 R2 IIS 7.5 Express webserver.
The web app loads fine, but when clicking on the logon link and either trying to register a user ...
0
votes
2answers
593 views
Using ASPNETDB.mdf in a real application. How can it be used with another database?
Firstly, I'm new. I'm creating a website in .NET and am getting confused by a few things.
When using a CreateUserWizard control, a database file called aspnetdb.mdf is created automatically.
I am ...
0
votes
2answers
1k views
Updating web.config to change aspnetdb to own database?
I am working on a web application in which i have to add some authorization and so i do have a database ASPNETDB.MDF and i want my application to use WATERINFO.MDF from SQL server.
I have upadted ...
0
votes
1answer
3k views
CREATE DATABASE permission denied in database 'master'. A database with the same name exists
I was running my application in Visual Studio 2010 Application Server, but now I have changed it to use IIS Local Server, then everything crushed. I am getting following error:
...
0
votes
1answer
122 views
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 ...
3
votes
3answers
145 views
Multiple applications using the same application services
How can I have multiple applications, written for the same client sharing the same application services (is that the name of that database that holds membership?).
I'm thinking about creating an ...
0
votes
1answer
287 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: ...
2
votes
1answer
383 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 ...
0
votes
1answer
207 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 ...
2
votes
2answers
427 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
1k 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? ...
0
votes
1answer
265 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 ...
1
vote
1answer
406 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 ...
0
votes
1answer
490 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 ...

