I can’t debug the problem but apparently some coding problems cause it to break down and get reset IIS processes. I want to modify it as a way it will work with multiple processes so 1 process fail won’t cause web site to hang up.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Click application pool and then click advanced settings at the right
Change Maximum Worker Processes to the number you want to multiply.
But at this scenario you also have to change your session state. You can use sql server or stateserver which i suggest.
You have to configure your web config like this