Click here to Skip to main content
15,885,365 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Password Field Padding with Question Marks (?s) Pin
ftbadolato7616-Jul-17 3:36
ftbadolato7616-Jul-17 3:36 
GeneralRe: Password Field Padding with Question Marks (?s) Pin
Richard MacCutchan16-Jul-17 5:43
mveRichard MacCutchan16-Jul-17 5:43 
GeneralRe: Password Field Padding with Question Marks (?s) Pin
Nathan Minier17-Jul-17 1:15
professionalNathan Minier17-Jul-17 1:15 
AnswerRe: Password Field Padding with Question Marks (?s) Pin
Richard Deeming17-Jul-17 1:40
mveRichard Deeming17-Jul-17 1:40 
Questionmanual session id assignment Pin
jkirkerx14-Jul-17 6:25
professionaljkirkerx14-Jul-17 6:25 
AnswerRe: manual session id assignment Pin
jkirkerx14-Jul-17 8:26
professionaljkirkerx14-Jul-17 8:26 
AnswerRe: manual session id assignment Pin
F-ES Sitecore17-Jul-17 5:13
professionalF-ES Sitecore17-Jul-17 5:13 
QuestionQuery regarding IIS Thread Pool Settings in Machine.config Pin
bhavin chheda13-Jul-17 6:51
bhavin chheda13-Jul-17 6:51 
Hi,

Currently I am working on fine tuning the IIS 8.5 settings.

The CPU is 6 core and RAM is 16 GB

I have set all the Perfmon counters for general and IIS as per below link :

http://www.monitis.com/blog/important-iis7-counters/

Now after observing the Perfmon, I found that ASP.NET\Request Wait Time is taking more than 5 seconds.

So I need to fine tune the Thread Pool settings in machine.config as in below link :

http://geekswithblogs.net/StuartBrierley/archive/2009/09/30/tuning-iis---machine.config-settings.aspx



Currently there is no thread pool settings in machine.config, it is <processmodel autoconfig="“true”">.

So please advise that can I update the thread pool settings as below :

Thread pool setting in Machine.config

maxconnection 12 * #CPUs

maxIoThreads 100

maxWorkerThreads 100

minFreeThreads 88 * #CPUs

minLocalRequestFreeThreads 76 * #CPUs



As I need some basis to change the default Thread Pool Settings.

Or what Perfmon counters should I need to study in-order to change the default Thread Pool Settings.

Please suggest.

Thanks in advance.
a

QuestionSide bar Pin
sunsher11-Jul-17 2:19
sunsher11-Jul-17 2:19 
AnswerRe: Side bar Pin
ZurdoDev11-Jul-17 2:54
professionalZurdoDev11-Jul-17 2:54 
QuestionFTP user and user wise folder Pin
sanket1649-Jul-17 18:14
sanket1649-Jul-17 18:14 
QuestionEntity Framework 500 Error Pin
sanforjackass9-Jul-17 4:43
sanforjackass9-Jul-17 4:43 
AnswerRe: Entity Framework 500 Error Pin
Richard MacCutchan9-Jul-17 20:59
mveRichard MacCutchan9-Jul-17 20:59 
Question.lic file Pin
Member 133002248-Jul-17 17:11
Member 133002248-Jul-17 17:11 
AnswerRe: .lic file Pin
Richard MacCutchan9-Jul-17 20:58
mveRichard MacCutchan9-Jul-17 20:58 
AnswerRe: .lic file Pin
Richard Deeming10-Jul-17 2:42
mveRichard Deeming10-Jul-17 2:42 
QuestionASP.Net Pin
Member 132992387-Jul-17 18:06
Member 132992387-Jul-17 18:06 
QuestionRe: ASP.Net Pin
Richard MacCutchan7-Jul-17 22:12
mveRichard MacCutchan7-Jul-17 22:12 
AnswerRe: ASP.Net Pin
Member 132992389-Jul-17 19:52
Member 132992389-Jul-17 19:52 
GeneralRe: ASP.Net Pin
Richard MacCutchan9-Jul-17 20:46
mveRichard MacCutchan9-Jul-17 20:46 
GeneralRe: ASP.Net Pin
Member 132992389-Jul-17 20:55
Member 132992389-Jul-17 20:55 
GeneralRe: ASP.Net Pin
Richard MacCutchan9-Jul-17 20:57
mveRichard MacCutchan9-Jul-17 20:57 
GeneralRe: ASP.Net Pin
Member 132992389-Jul-17 21:02
Member 132992389-Jul-17 21:02 
Questionhow to connect database to asp.net form Pin
Member 127613417-Jul-17 3:26
Member 127613417-Jul-17 3:26 
AnswerRe: how to connect database to asp.net form Pin
Richard Deeming7-Jul-17 5:51
mveRichard Deeming7-Jul-17 5:51 

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.