Questions tagged [aspnetdb]

104 questions
0
votes
1 answer

lost my ASPNETDB.mdf

I am working on the MVC storefront Rob Conery project and I lost my ASPNET.mdf database ! I would like to have the ASPNET.mdf database in my App_Data folder. I tried to include the db right clicking on it and including it in the project. But on the…
Bernard Larouche
  • 1,211
  • 2
  • 13
  • 22
0
votes
1 answer

ASP.net Session Variables aspnetdb login control

Hi people I am trying to carry a session variable for my login control which i am using to pass to pass to another page and display their details. I am using the aspNetDB. My username has been set to an integer as is connected to another database…
user3415629
  • 47
  • 1
  • 4
0
votes
1 answer

Configuration Error When Logging-in into admin area

After Configuring my asp.net connectionString in web config file my website run but when i tried to Login into my admin area I get an error message Configuration Error Description: An error occurred during the processing of a configuration file…
user3055606
  • 65
  • 1
  • 12
0
votes
1 answer

login failed for user 'domain\name'

I have tried to setup and installed PHP and MySql in IIS because I want to try PHP web development, and after doing that, I have checked the websites I have created in Visual Studio to check if the websites I have created in ASP.net and MSSQL were…
Gilbert Jacob
  • 133
  • 1
  • 2
  • 12
0
votes
2 answers

SqlMembershipProvider not compatible with this version

I generated a script for my aspnet Database, now when I try to use the database it gives an error The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database…
0
votes
1 answer

JQuery Portfolio with Dynamic Data from a DB in ASP.NET

I want to create a portfolio page like the one in the link below but I am trying to get all the information (Categories and Images and names etc) from a…
Kubi
  • 2,139
  • 6
  • 35
  • 62
0
votes
0 answers

Cannot open database "aspnetdb" requested by the login. The login failed. Login failed for user 'IIS APPPOOL\default'

[SqlException (0x80131904): Cannot open database "aspnetdb" requested by the login. The login failed. Login failed for user 'IIS APPPOOL\default'.] System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection,…
user2114177
  • 273
  • 1
  • 9
  • 18
0
votes
1 answer

Does AspNetDB automatically reset Locked Out users?

Does AspNetDB automatically reset Locked Out users? I can't find anything saying it does... just looking for confirmation that I haven't missed something.
scw
  • 5,450
  • 8
  • 36
  • 49
0
votes
1 answer

Prevent IsLockedOut for FailedPasswordAttemptCount

I have searched for the answer only to find answers about how to unlock a user that is locked in AspNetDb. Is there a setting I can make in the web.config or anywhere else that will prevent an account from getting locked out after "x" number of…
Jon Harding
  • 4,928
  • 13
  • 51
  • 96
0
votes
1 answer

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 is using data from a different application. We…
Dominik G
  • 1,459
  • 3
  • 17
  • 37
0
votes
2 answers

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 restored the database on my laptop and fixed some…
Kai
  • 25
  • 1
  • 3
  • 8
0
votes
1 answer

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
Laurence
  • 7,633
  • 21
  • 78
  • 129
0
votes
1 answer

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: C:\Windows\Microsoft.NET\Framework\v4.0.30319 I am using .NET…
Akki J
  • 63
  • 9
0
votes
1 answer

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 username attached. I realised that I may be able…
k80sg
  • 2,443
  • 11
  • 47
  • 84
0
votes
1 answer

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 to the Facebook registration plugin page. The…
k80sg
  • 2,443
  • 11
  • 47
  • 84