IIS "crash"

  • Thread starter Thread starter cs
  • Start date Start date
C

cs

I have a few webservices on IIS using c#.
I start running some very processor intensive applications, taking up a lot
of ram, my machine has 4 gigs of ram so its not a problem, I still have
usually a gig or so free.
The problem is that usually IIS works fine until some point when it starts
giving out a 403 error, if I stop it and restart it then it works again for
a little bit then the error happens again, but i have no clue why it
happens, anyone else seen that?
 
You would have to identify the exact conditions that exist when it happens
in order to determine this. I can tell you this much: 403 is Access Denied.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
it was the stupid keep alive on the website settings of IIS, after over 10
calls to a webservice it would give 403 error
 
Back
Top