###############################################################################
We must often encounter the open page prompt 503 Error status code, which is the Windows system error warning, that is, the server is temporarily unable to respond to the meaning, this situation is generally refreshed several times to solve the problem.
650) this.width=650; "title=" 5555555555555550000000000333333333333333399.png "src=" http://s3.51cto.com/wyfs02/M02 /71/99/wkiom1xul4btai-xaadvmee1xso383.jpg "alt=" Wkiom1xul4btai-xaadvmee1xso383.jpg "/>
Windows2000 will prompt the number of connections too many, Windows2003 will prompt service unavailable, the reason is the same.
Reason:
1 A series of errors occur in a process where a Web site's program consumes too much resources or serves the application pool;
2 The website exceeds the limit of IIS, the number of visitors is too large, too many concurrent requests, the number of connections exceeds the limit;
3 The application pool for the virtual server is not configured correctly in IIS;
650) this.width=650; "style=" Float:none; "title=" Application 26.png "src=" http://s3.51cto.com/wyfs02/M01/71/99/ Wkiom1xulacsxmfzaaeclwxgpws754.jpg "alt=" Wkiom1xulacsxmfzaaeclwxgpws754.jpg "/>
650) this.width=650; "style=" Float:none; "title=" Application pool. png "src=" http://s3.51cto.com/wyfs02/M02/71/95/ Wkiol1xul6-h-63waagxayvrrj8003.jpg "alt=" Wkiol1xul6-h-63waagxayvrrj8003.jpg "/>
Workaround:
1 Restart the site IIS to recycle the application pool;
2 increase the number of connections and website resources;
3 Modify the program error;
Status Code 503 Service unavailable