Learn about iis application pool advanced settings, we have the largest and most updated iis application pool advanced settings information on alibabacloud.com
Original: http://www.cnblogs.com/tangge/p/4193002.html
I have failed to configure IIS7 (Internet information Server) on my Windows7 flagship today and have failed to start the service, accessing the local network hint "Service Unavailable HTTP Error 503. The service is unavailable ". DefaultAppPool automatically stops after startup. Resolute View system events, this error actually and QQ Pinyin input method Related:
1.Windows cannot allow you to log in because your profile cannot be loaded. Chec
For IIS Web site, we use more, it is not verbose.today and talk about the difference between the "IIS Application" and the virtual directory and the advanced application scenario, the file distributed storage scheme. 1:iis website
A worker process with process ID of '000000' serving application pool 'https -gf.bizappportal.com 'has requested a recycle because the worker process reached its allowed processing time limit.
ApplicationProgramOtherwise, the website will be restarted.
It is best to set it to night or simply not recycle it.
References:Iis6.0 application
Solution Process:
At first, I thought it was a problem with IIS. After N reinstalls, the problem persists. When viewing event logs, the following message is displayed:
Event Type: Warning
Event Source: w3svc
Event Type: None
Event ID: 1009
Date: 2007-7-11
Event: 14:57:47
User: N/
COMPUTER: GHITR-61969D77E
Description:
For applications
ProgramPool event type: Error
Event Source: DCOM
Event Type: None
Event ID: 10016
Date: 2007-7-11
Eve
Problem summary:
1. When the enterprise database cache is used as the cache, some of the cache objects cannot be hit. The static variable counter does not output data as expected.
2. If the session fails to be obtained, the session is configured as sessionstate mode = "inproc" in Web. config"
Cause:
When the maximum worker process is greater than 1 (worker ntasks), iiswill open nw3wp.exe(?aspnet_wp.exe) for webapplications to provide services. These processes are independent, including sta
1, when the number of worker processes >1, if there are multiple connection requests will start multiple worker process instances to process, the maximum number of worker processes started is the maximum number of processes you set, subsequent more connection requests will be sent to different working processes to process. Each worker process can assume a load of some connection requests, at the expense of system resources such as cups.2, each work process consumes system resources and CPU, too
During this time, no one visited the website again. As a result, the scheduled execution of the program code in Application_Start was not executed again. I searched the internet and found a solution. Now I want to share with you the solution, the principle is to send a Web request at the end of the application to access the website and start Application_Start.Copy codeThe Code is as follows:Void Application_End (object sender, EventArgs e){// Code tha
Case:
A website has very few visits at ordinary times, and it feels very slow every time it accesses the website (the time is the same as the compilation time at the first runtime ).
Analysis:The website is running in the working process. After the working process is idle for a certain period of time, it will be automatically recycled by IIS. The website will be re-compiled when the next user visits it. Therefore, websites with a large access volume
The problem is as follows:
1. Web page display
The Web application you are attempting to access on this Web server is currently unavailable. Please click "refresh" in the Web browser to try your request again.Administrator considerations:You can find the error details for the specific cause of request failure in the system event log of the Web server. Check this log item to find out the cause of this error.
2. windows event viewer-
And this time no one again visit the site, the results in the application_start of the timing of the execution of the program code will not be carried out, search on the Internet, found a solution, now and everyone to share the communication, the principle is to send a Web request at the end of the application site to visit, Start Application_Start.
Copy Code code as follows:
void Application_End (object sender, EventArgs e)
{
Code that ru
Command line net stop Apache2 net stop iisadmin/y net start Apache2 net start w3svc guarantees that IP settings under IIS are global defaults, and httpconf settings in Apache listen 192.168.0.2:80, you should be able to run both services at the same time, do not conflict with each other. The access address for IIS
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.