2
votes
6answers
71 views
Slow ASP.NET app load times - Can I track/trace/time the whole load cycle?
Hey all.
The ASP.NET web app project I'm currently working on is getting slower over time to re-load (In IIS or the .NET dev server). Currently it takes:
1:28 minutes to load vi …
0
votes
3answers
41 views
Which requests cause a w3wp process to grow considerably?
On a production environment, how can one discover which Asp.Net http requests, whether aspx or asmx or custom, are causing the most memory pressure within a w3wp.exe process?
I do …
0
votes
2answers
75 views
Is that possible to run IIS’s w3wp.exe in limited user account?
Hi,
I am using Windows 7 and IIS 7. I am writing Delphi DataSnap ISAPI. I wish to trace bugs occurs in my ISAPI dll.
I learn using "w3wp.exe -debug" may help to debug ISAPI dll …
1
vote
3answers
207 views
vs2008 attach to process, can’t see which process
Hi,
In vs2003 (and vs2005(not sure about that)) when I attached to a process, before actually attaching I could see which process were running under w3wp (I have a couple of websi …
-1
votes
1answer
61 views
AppPool and worker process
A simple question:
Is the AppPool same as the worker process w3wp?
If this is the case when the w3wp.exe shuts down after "idle timeout" why does the AppPool show as still runnin …
0
votes
0answers
23 views
HASP key on ATL Web Service and Windows Vista / IIS 7
Hi!
I developed a ATL C++ Web Service on VS 2005 to access a HASP hardware key.
This code works fine on Windows XP and IIS 6.
When i try it to run under Windows Vista and IIS 7, th …
2
votes
3answers
82 views
ASP.Net web site gets burst of requests that crashes IIS worker process
I'm running a fairly high volume asp.net web site across a two serve cluster. Typical load is around 20 requests/second per server as logged by the ASP.Net Apps performance object. …
0
votes
2answers
217 views
ASP.NET: High CPU usage under no load
Hi everyone,
I´m facing a huge problem since a couple weeks. I´ve an asp.net application hosted under IIS7 (W2008 SP1), and every a couple hours it starts consuming near 50% of the …
0
votes
0answers
59 views
sharepoint 2003 Faulting application w3wp.exe after installing SP3
Hi there
I upgraded our sharepoint 2003 to SP3 and applied post sp3 hotfixes to both SPS and WSS.
Now I have a random problem. When I launch sharepoint I get an error message
An …
2
votes
0answers
796 views
99% CPU usage by w3wp.exe [closed]
w3wp.exe is taking up 99% of CPU usage. Could anyone please help me with best ways to investigate the cause of this high CPU usage.
0
votes
1answer
301 views
How to restart the w3wp.exe process using asp.net C#?
How to restart the w3wp.exe process using asp.net C#?
For example, I want to click a button in a webform page to restart the w3wp.exe process in the server.
1
vote
1answer
96 views
How do you automatically attach to a specific IIS pool on remote server?
Currently three developers share one IIS box for testing. Because of third party utils and other restrictions we can't run the project locally so remote debugging is the only optio …
0
votes
2answers
321 views
High CPU on w3wp
I've deployed a .NET website to a 2008 (IIS7) server and the site seems to fly for up to 30-50 concurrent users. When load testing it the site comes to a grinding halt sometime af …
0
votes
3answers
291 views
Asp.net crashing in mscorlib
This is related to another question of mine
After eliminating the obvious (or so I thought) and biggest memory consumer (images in asp.net cache), not much has changed. We use Ent …
2
votes
3answers
338 views
Long Running Workflows in Sharepoint, do they block the w3wp process
We have a WSS 3.0 installation with Search Server, which is used to search for documents and Save the search definition to repeat the search later. The users want the option to be …
