Click here to Skip to main content
15,889,200 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Please help to insert data from Listbox into table in SQL Server Pin
vijendradudhe23-Jul-14 0:20
vijendradudhe23-Jul-14 0:20 
Questionhow to store text -box value in database Pin
Member 1095733819-Jul-14 2:03
Member 1095733819-Jul-14 2:03 
AnswerRe: how to store text -box value in database Pin
Dilan Shaminda19-Jul-14 16:35
professionalDilan Shaminda19-Jul-14 16:35 
Questionc# Code to save list of files from virtual directory to local drives Pin
pulkit_chopra1218-Jul-14 22:02
pulkit_chopra1218-Jul-14 22:02 
AnswerRe: c# Code to save list of files from virtual directory to local drives Pin
meeram3919-Jul-14 1:59
professionalmeeram3919-Jul-14 1:59 
QuestionReceiving requestTimeOut error on 200 concurrent users Pin
antony beula17-Jul-14 21:45
antony beula17-Jul-14 21:45 
AnswerRe: Receiving requestTimeOut error on 200 concurrent users Pin
ZurdoDev21-Jul-14 4:44
professionalZurdoDev21-Jul-14 4:44 
QuestionAsp Mvc 5 user registration fails Pin
AnCristina17-Jul-14 11:55
professionalAnCristina17-Jul-14 11:55 
Hello , I am trying to make a custom login page .
On adding the password to AspNetUsers I get the following error :

Cannot insert explicit value for identity column in table 'AspNetUsers' when IDENTITY_INSERT is set to OFF.

Source Error:


Line 86:
Line 87: var user = new ApplicationUser() { UserName = model.UserName };
Line 88: var result = await UserManager.CreateAsync(user, model.Password);
Line 89: ApplicationUser appusr = new ApplicationUser();
Line 90: IdentityUserRole idnt = new IdentityUserRole();


Is there any way to solve this without changing the identity column .

The default field is Id nvarchar(128) .
QuestionASP.Net temporary Folder Pin
Member 260584316-Jul-14 21:03
Member 260584316-Jul-14 21:03 
QuestionIs it possible to run multiple websites on single port of iis? Pin
srinivas vadepally16-Jul-14 19:08
srinivas vadepally16-Jul-14 19:08 
AnswerRe: Is it possible to run multiple websites on single port of iis? Pin
Richard Deeming17-Jul-14 1:43
mveRichard Deeming17-Jul-14 1:43 
GeneralRe: Is it possible to run multiple websites on single port of iis? Pin
srinivas vadepally17-Jul-14 1:51
srinivas vadepally17-Jul-14 1:51 
GeneralRe: Is it possible to run multiple websites on single port of iis? Pin
Richard Deeming17-Jul-14 1:55
mveRichard Deeming17-Jul-14 1:55 
GeneralRe: Is it possible to run multiple websites on single port of iis? Pin
srinivas vadepally17-Jul-14 2:10
srinivas vadepally17-Jul-14 2:10 
QuestionDropdownlist and nested griview Pin
BHARATGARANDE16-Jul-14 17:53
BHARATGARANDE16-Jul-14 17:53 
AnswerRe: Dropdownlist and nested griview Pin
Er. Vikas Sangal28-Jul-14 0:27
Er. Vikas Sangal28-Jul-14 0:27 
QuestionC# , WebSockets - HTTPS Pin
sgeorge10615-Jul-14 0:46
sgeorge10615-Jul-14 0:46 
AnswerRe: C# , WebSockets - HTTPS Pin
Wonderful Coder16-Jul-14 17:32
Wonderful Coder16-Jul-14 17:32 
AnswerRe: C# , WebSockets - HTTPS Pin
Wonderful Coder16-Jul-14 17:35
Wonderful Coder16-Jul-14 17:35 
QuestionPerformance testing for 500 concurrent users ends with 100% CPU Utilization on DB Server Pin
antony beula14-Jul-14 3:22
antony beula14-Jul-14 3:22 
AnswerRe: Performance testing for 500 concurrent users ends with 100% CPU Utilization on DB Server Pin
Kornfeld Eliyahu Peter14-Jul-14 3:31
professionalKornfeld Eliyahu Peter14-Jul-14 3:31 
AnswerRe: Performance testing for 500 concurrent users ends with 100% CPU Utilization on DB Server Pin
David Mujica14-Jul-14 4:07
David Mujica14-Jul-14 4:07 
GeneralRe: Performance testing for 500 concurrent users ends with 100% CPU Utilization on DB Server Pin
antony beula15-Jul-14 20:32
antony beula15-Jul-14 20:32 
GeneralRe: Performance testing for 500 concurrent users ends with 100% CPU Utilization on DB Server Pin
Richard Deeming16-Jul-14 2:20
mveRichard Deeming16-Jul-14 2:20 
GeneralRe: Performance testing for 500 concurrent users ends with 100% CPU Utilization on DB Server Pin
antony beula16-Jul-14 20:26
antony beula16-Jul-14 20:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.