Questions tagged [aspnetdb]

104 questions
1
vote
2 answers

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?
Anto Varghese
  • 3,131
  • 6
  • 31
  • 38
1
vote
1 answer

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): The database…
Bart
  • 4,830
  • 16
  • 48
  • 68
1
vote
3 answers

If any possibility connects database in amcharts (pie Chart) in asp.net?

<---- This below code used for PieChart.aspx.cs ----> protected void Page_Load(object sender, EventArgs e) { } public chart ChartUser(string UserId) { chart c = new chart(); SqlConnection con = new…
1
vote
3 answers

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 need to change the password. Now I have the…
Ravi
  • 1,293
  • 6
  • 20
  • 31
1
vote
1 answer

how to manage connection to aspnetdb in web config?

I use login control in asp.net. this control creating a aspnetdb.mdf file in app_data folder and there is not any code in web config for connection to this db. in local web is working as correct but when web on IIs can not to conection to the…
mirza
  • 766
  • 2
  • 7
  • 12
1
vote
1 answer

How to create a DB that holds all my tables (tables from ASPNETDB and my other tables)?

The way I understood it, a project being developed in VWD 2008 Express, unlike in the VS2008, can only access one DB. So, I guess I need absolutely to locate all my tables in a unique DB. By tables, I mean: tables I create for my application as well…
Richard77
  • 20,343
  • 46
  • 150
  • 252
1
vote
2 answers

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 that contains the aspnet_ membership tables. This…
Mike Marks
  • 10,017
  • 17
  • 69
  • 128
1
vote
0 answers

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 happens to be larger (around 10 mb) and if you create…
btevfik
  • 3,391
  • 3
  • 27
  • 39
1
vote
1 answer

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 correct way to accomplish this? I have considered…
John Fleming
  • 267
  • 1
  • 3
  • 12
1
vote
3 answers

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 is not resolved for member…
1
vote
0 answers

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 used SQL Server Management 2008 R2. The problem is…
OrenSL
  • 21
  • 4
1
vote
2 answers

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 you'd expect to happen. This means it's working. …
Josh C
  • 341
  • 1
  • 6
  • 23
1
vote
1 answer

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 database for user controls? Is there any…
Jitender
  • 33
  • 5
1
vote
2 answers

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 Tool) - Security tab I am getting this error: There…
user1282609
  • 565
  • 2
  • 14
  • 32
1
vote
2 answers

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 provided by Asp.Net Login Controls for creating users…
AkumJamir
  • 25
  • 1
  • 7