Questions tagged [aspnetdb]

104 questions
0
votes
1 answer

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:
Ruben Ravnå
  • 659
  • 7
  • 17
0
votes
1 answer

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 creating my ASPNETDB file in APP_DATA. Now I've…
Ruben Ravnå
  • 659
  • 7
  • 17
0
votes
3 answers

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 anyone guide me? If not then what would be the best way…
user1404780
0
votes
1 answer

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 user opens the app1 and app2 in seperate browsers…
Jyothi Srinivasa
  • 701
  • 2
  • 9
  • 26
0
votes
1 answer

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 Tool: There is a problem with your selected data…
bart_dp
  • 45
  • 2
  • 11
0
votes
1 answer

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 data. I, however, have a separate database that…
Eyad
  • 13,440
  • 6
  • 26
  • 43
0
votes
1 answer

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 page is identical to the one in the other app…
Geoff
  • 338
  • 3
  • 8
0
votes
1 answer

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 consume services from a WPF application) How can I use EF 4.1 to do that…
Ankesh
  • 4,847
  • 4
  • 38
  • 76
0
votes
1 answer

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 account or log a existing user account on I get the…
0
votes
2 answers

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 creating a Blackjack game and thus need to initialise…
0
votes
2 answers

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 WATERINFO.MDF with all schema and data using…
TheBond
  • 29
  • 9
-1
votes
1 answer

How to create a SQL Server 2005 connection string for WEBServer?

How to create a SQL Server 2005 connection string .... if my site path on server is d:\DZHosts\LocalUser\volvo\www.volvo.somee.com
ClixNCash
  • 81
  • 1
  • 4
  • 14
-2
votes
1 answer

MY ASPNETDB.MDF would not work in production server?

Possible Duplicate: A network-related or instance-specific error occurred while establishing a connection to SQL Server. Today i have create two pages login.aspx using LOgin control and register.aspx using Create user wizard ... when i use…
ClixNCash
  • 81
  • 1
  • 4
  • 14
-3
votes
1 answer

Pull data but more then one

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 pull more then at a time $query =…
bush man
  • 147
  • 2
  • 2
  • 8
1 2 3 4 5 6
7