Click here to Skip to main content
15,917,645 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
First of all - 100% CPU usage tells nothing about performance. You have to measure response time, not hardware utilization...
You should check how many request failed with HTTP 500. It may not be connected to the DB connections, and anyway not all of them should fail even if DB is overloaded...
Try using connection pooling - http://msdn.microsoft.com/en-us/library/8xx3tyca.aspx[^]
(We running web site with few thousand concurrent users and no DB problem)
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

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 
Questionhow to use ajax tabcontainer in asp.net mvc 4 Pin
shwe pwint14-Jul-14 1:04
shwe pwint14-Jul-14 1:04 
AnswerRe: how to use ajax tabcontainer in asp.net mvc 4 Pin
thatraja15-Jul-14 1:02
professionalthatraja15-Jul-14 1:02 
QuestionAuthorization not working in Classic mode(Application pools) Pin
sajithnet13-Jul-14 22:37
sajithnet13-Jul-14 22:37 
AnswerRe: Authorization not working in Classic mode(Application pools) Pin
Richard Deeming16-Jul-14 2:13
mveRichard Deeming16-Jul-14 2:13 
GeneralRe: Authorization not working in Classic mode(Application pools) Pin
sajithnet16-Jul-14 22:44
sajithnet16-Jul-14 22:44 

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.