-
Posted to
Performance
by
erdsah88
on
04-11-2008, 4:57 PM
We have a simple web application (asp.net) running on windows 2003 server standard edition.
a few clients working with this application.
Often, we see that the w3wp.exe use 80% of the CPU and the clients unable to work.
My questions:
1. what can be the reason to it?
2. how can i prevent it?
Thank you
-
Posted to
General
by
erdsah88
on
12-27-2007, 2:41 AM
Using
C# has a very convenient way to ensure that a method with IDisposable gets its Dispose method called.
The Using statement. According to MSDN the Using Statement defines a scope at which an item will be disposed.
Using Example
public void UsingCalled()
...
-
Posted to
General
by
erdsah88
on
12-26-2007, 9:52 AM
I got it it has nothing to do with iis.
webResponse should be placed inside "using" as it need to be disposed.
I solved it but did not fully understand how was it solved?
-
Posted to
General
by
erdsah88
on
12-25-2007, 10:09 AM
I have 1 gb free RAM
I have cpu load at 15 percent
I have more than 100 gb of harddisk.
a simple request like this does not work all the time it fails 50 percent of the times. and there is less than 50 concurrent users in IIS.
Do ı have a limit in the webEdition version of server 2003 ?
I editted the machine config and ...
-
Posted to
ASP.NET Administration
by
erdsah88
on
07-16-2007, 11:00 AM
do they rewrite all the classes when they switch a framework or do they reuse it?
do they depend on each other?
-
Posted to
ASP.NET Administration
by
erdsah88
on
07-15-2007, 2:09 AM
I have a iis 6.0 but I wanna use 3.5 in one of my applications....how is it posssible?
-
Posted to
General
by
erdsah88
on
07-12-2007, 2:30 AM
hmmm ı did handle it in global.asax....and also write a redirction to the web.config in custom errors section......
but still I get 404 errors and I can't predict the google bot.I wish it never thinks that I have a 404 error.
-
Posted to
General
by
erdsah88
on
07-11-2007, 4:39 AM
google crawls my pages but I have so many broken links that ı can not follow on the iis and I want google to index all my active pages.....
how can I make sure that my server does not return any error to do google bot?
and is it possible that I can return dynamamic pages to the crawler every time ı get a 404 error
-
Posted to
IIS7 - Publishing
by
erdsah88
on
07-06-2007, 11:15 AM
We have an updateable web site where our site halts for more than 3 minutes when we deploy a dataset into the application code folder.
is there any faster way (also simple) of doing this?
-
Posted to
General
by
erdsah88
on
08-04-2006, 5:59 PM
>>what data are you capturing?
everything :D