-
Posted to
IIS7 - Extensibility
by
Serge2k
on
11-12-2009, 8:35 AM
1) when a client requests the page my ISAPI module receives the request
2) ISAPI module reads the static cache config file (xml) and finds the node that corresponds to the current requested url (if the node is not found the default value is taken)
3) From the config node i get the cache life time
4) ISAPI module checkes if a cached file ...
-
Posted to
IIS7 - Extensibility
by
Serge2k
on
10-19-2009, 10:25 AM
Hello. I have written my own cache extension. It works fine but i some time ago memory leaks appeared. One of the possible reasons is my wonderfull cache. :) Please take a look at the sources and say wheather i am doing everything right.
Is it needed to detach PreRequestHandlerExecute event?
cont.PreRequestHandlerExecute -= new ...
-
Posted to
IIS 7 - ASP.NET Administration
by
Serge2k
on
07-12-2009, 2:59 PM
I tried. but is seems that DebugDiag is not working under 64 bit windows server 2008 and iis7. Am i wrong?
-
Posted to
IIS 7 - ASP.NET Administration
by
Serge2k
on
07-12-2009, 2:37 PM
hi. I have a .net web site with 25 000 unique users a day. After some time a strange kind of error appeared. in some time after starting application pool the number of current anonymous connections starts increasing very fast till the server stops responding. Only recycling of an application pool helps. I suppose that there is some kind of an ...
-
Posted to
IIS 7 - Troubleshooting
by
Serge2k
on
07-06-2009, 3:33 AM
Thanks for you answer.
There is some kind of a bug in the code of our site. And we have already started searching the ways to eliminate it.
You said that recycling of an application pool cannot cause file downloading problems because the process serving the old requests cannot finish before all his requests wil be finished (am i correct?). ...
-
Posted to
IIS 7 - Troubleshooting
by
Serge2k
on
07-02-2009, 4:56 AM
Hi.
One problem appeared some time ago.
The user starts downloading some big file from our site. (100mb)
At one moment the progress bar displaying the download process goes to 100%. After that it appears that the file was not completly downloaded. I've watched ISA logs and found this message:
FAILED CONNECTION ATTEMPT
Log type: web ...