No announcements
Found 1409808 threads
-
1 Votes
Asp.Net Identity Database first
Hi I assume that you are talking about Entity Framwork Database Frist (which I dont like by the way), using MVC asp.net.Answered | 8 Replies | 1333 Views | Created by Soltek2013 - Monday, May 5, 2014 8:01 AM | Last reply by pituach - Tuesday, May 6, 2014 5:50 PM -
0 Votes
ASP.NET Identity database separate from site's other database?
Having one database is easier to maintain, and really, even if you may get a few million users it's still not a large amount of user data.Answered | 3 Replies | 2349 Views | Created by -kit - Tuesday, September 6, 2016 4:41 PM | Last reply by Olaf Helper - Wednesday, September 7, 2016 7:46 AM -
6 Votes
ASP.NET 4.5 Web Forms Visual Studio 2013 Customizing ASP.NET Identity to use Oracle database
Please note that this forum exists to discuss TechNet Wiki as a technology/application.Answered | 6 Replies | 1768 Views | Created by daniel_hernandez - Tuesday, August 12, 2014 12:15 AM | Last reply by Just Karl - Tuesday, August 12, 2014 8:35 PM -
2 Votes
Asp.Net Identity with DocumentDB
There's a third party/open source library for using ASP.NET identity with DocumentDB: https://github.com/tracker086/DocumentDB.AspNet.Identity that does ...Answered | 2 Replies | 1634 Views | Created by sandeep_c24 - Monday, June 8, 2015 10:50 AM | Last reply by Ryan CrawCour [MSFT] - Tuesday, July 7, 2015 3:40 PM -
0 Votes
LightSwitch ASP.NET Identity Authentication question
If you implement authentication and authorization, users must prove their identities before they can access the application.Answered | 1 Replies | 2475 Views | Created by Hale - Thursday, February 20, 2014 10:10 PM | Last reply by Eason_H - Friday, February 21, 2014 9:17 AM -
0 Votes
asp.net mvc3 with EF 4.1 with existing database
Hi > > i want to create new asp.net mvc 3 website with EF 4.1 with an existing > database( not with new database).Answered | 3 Replies | 2738 Views | Created by ramkanuganti - Friday, June 22, 2012 4:47 AM | Last reply by darnold924 - Friday, June 22, 2012 4:43 PM -
0 Votes
database error in identity column
hi unseendreamzzz, If you are using IDENTITY column, then you need not to insert value for that column.Answered | 4 Replies | 1973 Views | Created by unseendreamzzz - Wednesday, April 4, 2012 6:57 AM | Last reply by Kris444 - Thursday, April 5, 2012 9:25 AM -
0 Votes
asp.net database problem
What does "asp.net database" database mean??Answered | 2 Replies | 1342 Views | Created by unseendreamzzz - Wednesday, February 29, 2012 6:46 AM | Last reply by arun.passioniway - Wednesday, February 29, 2012 12:11 PM -
0 Votes
ASP.NET Identity with existing database
User-1454326058 posted Hi belgie, If the database schema is the same, you could use that existing database.Answered | 3 Replies | 183 Views | Created by Anonymous - Monday, May 4, 2015 2:02 PM | Last reply by Anonymous - Tuesday, May 5, 2015 9:24 PM -
1 Votes
ASP.NET MVC 5 Identity Sample - Program hangs during database initialization
Please post questions related to ASP.NET in the ASP.NET forums ().Answered | 4 Replies | 3561 Views | Created by indielabs - Wednesday, October 29, 2014 1:48 PM | Last reply by indielabs - Thursday, October 30, 2014 7:48 AM -
2 Votes
how to add identity column into existing table in sql
Hello, you can Try ALTER TABLE YourTablename ALTER COLUMN Your_column_name KEY IDENTITY ...Answered | 3 Replies | 16524 Views | Created by Shanthi.Thamada - Wednesday, June 10, 2015 5:49 AM | Last reply by Revathi jayakrishnan - Wednesday, June 10, 2015 6:04 AM -
0 Votes
Combine or Merge two database with identical scheme
It is certainly possible to merge data from 2 different databases into one but, depending on the schema and data, the task may be non-trivial.Answered | 3 Replies | 1303 Views | Created by Younes Nikkhah - Sunday, April 23, 2017 9:53 AM | Last reply by Hilary Cotter - Sunday, April 23, 2017 11:58 AM -
0 Votes
Identity column Reset issue due to Database Suspect
That means you have allow DB engine to lose some data to recover database.Answered | 3 Replies | 1092 Views | Created by Sanjaya Kumar Mohapatra - Wednesday, March 13, 2013 1:29 PM | Last reply by Sanjaya Kumar Mohapatra - Thursday, March 14, 2013 5:13 AM -
0 Votes
Maintaining two similar - but not identical - databases
This is how we manage a similar situation which seems to work quite well for us Setup database A as a database project with all the objects in for ...Answered | 6 Replies | 4503 Views | Created by Gavin Campbell - Thursday, March 3, 2011 8:19 PM | Last reply by Gert Drapers (MSFT) - Tuesday, March 8, 2011 11:35 PM -
0 Votes
automaticaly generate identity numbers into existing rows
Adding identity column to your table will create auto numbervelmurugan.sAnswered | 11 Replies | 3353 Views | Created by Barbi Rio - Tuesday, August 16, 2011 12:27 PM | Last reply by Barbi Rio - Tuesday, November 29, 2011 4:59 AM -
1 Votes
Identity designer when using external SQL database.
Connect LS to the external database and enjoy.Answered | 14 Replies | 2899 Views | Created by Jyuma1 - Sunday, January 27, 2013 2:25 AM | Last reply by Yann Duran - Tuesday, January 29, 2013 4:00 PM -
0 Votes
Entity Identity
The scenario I am working with is an ASP.Net application requiring multiple CRUD operations on entities within a Unit Of Work.Answered | 3 Replies | 5264 Views | Created by Graham Hay - Tuesday, September 30, 2008 10:04 AM | Last reply by Graham Hay - Wednesday, February 18, 2009 1:03 PM -
0 Votes
Restoring a database on top of an existing
As you mentioned you could create a copy of your database or use Point in Time Restore to copy your database.Answered | 2 Replies | 1195 Views | Created by Steve Tapley - Thursday, March 26, 2015 7:44 AM | Last reply by Steve Tapley - Saturday, March 28, 2015 8:31 AM -
3 Votes
Replication between two existing databases
Yes you will need to manually merge the existing databases and initialize from that source.Answered | 7 Replies | 1250 Views | Created by Nelson Jin - Tuesday, February 25, 2014 11:42 AM | Last reply by Brandon Williams - Friday, February 28, 2014 5:00 PM -
0 Votes
ASP.Net Web Forms Applications with Identity (Not MVC or Core)
I am trying to find a tutorial/walk-through to learn how to properly create an ASP.Net Web Forms application that uses the new Identity technology.Answered | 1 Replies | 1643 Views | Created by DavidWisniewski - Wednesday, December 7, 2016 1:00 AM | Last reply by Danny van Dam - Thursday, December 22, 2016 12:02 PM - Items 1 to 20 of 1409808 Next ›
No announcements