Click here to Skip to main content
15,894,312 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
it seems to me that the pool shuts more so happens when I upload.
I have a problem in iis 7
Error 503 Service Unavailable
why?
Posted
Comments
OriginalGriff 13-Aug-15 14:02pm    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
And frankly, that doesn't make any sense at all to me!
Use the "Improve question" widget to edit your question and provide better information.
Member 10070459 13-Aug-15 14:13pm    
OK.

I'm doing a post to the server and one of the parameters is an xls file. do ajax post with angular js in our network works great off the network for customers who access sometimes have this error.

source:

$http.post('/teste/xxxx', formData,
{
withCredentials: true,
headers: { 'Content-Type': undefined },
transformRequest: angular.identity

});
Improve solution Permalink Posted 1
Member 10070459 14-Aug-15 3:23am    
Would anyone can help me with this error, I make an ajax request to complete the upload.

The application is accessed by customers outside of our network, when the error sometimes the solution is to make a f5 several times in the pages and try again. When access by vs2013 works well and within the network as well.

I am using the window server 2008 and IIS 7.

I am using the angular js to the request

app pool config

general

.net framework version : v4.0
managed pipeline : integrated
name: portal
queue: length : 1000
start automaticaly: true
cpu

limit : 0
limit action: noaction
limit interval (minutes) : 5
processor affinity enabled : false
processor affinity mask : 4294967295
process model

identity : networkservice
idle time-out (minutes) : 20
load user profile true
maximum worker process : 1
ping enabled : true
pig maximum reponse time (seconds) : 90
ping period (seconds) : 30
shutdown time limit (seconds) : 90
startut time limit (seconds) : 90
process orphaning

enabled : false
executable :
executable parameters :
rapid fail protection

service unavalable response type : httplevel
enabled : true
failure interval (minutes) : 5
maximum failures : 5
shutdown executable :
shutdown executable parameters :
recycling

disabled overlappedrecycle : false
disabled recycling for configuration changes : false
General recycle event long entty
application pool configuration changed : false
isapi reported unhealthy : false
manual recycle : false
private memory limit exceeded : true
regular time interval : true
request limit exceeded : false
specific time : false
virtual memory limit exceeded : true
private memory limit (kb) : 0
regular time interval (minutes) : 1740
request limit : 0
specific times : timestamp
virtual memory limit (kb) : 0
Herman<T>.Instance 14-Aug-15 10:18am    
What is the filesize?
Herman<T>.Instance 14-Aug-15 10:19am    
BTW: Error 503 Service Unavailable is server side error, not client side. Have you checked the logs?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900