Questions tagged [w3wp.exe]
46 questions
0
votes
1 answer
Can not debug with attach to process VS Pro 2017
I deployed my MVC project to IIS and now I need to debug code by attach process but it not work.
These are steps that I did to debug:
Run my solution with Visual Studio Pro 2017 as Admin
Debug -> Attach to process...
Attach w3wp.exe…

Fox Vĩnh Tâm
- 150
- 1
- 2
- 15
0
votes
0 answers
W3wp.exe is running high memory
Our application is build using asp.net webservice (.asmx) we are facing memory leak with the iis 7 where the w3wp is consuming high memory arround 5 Gb. My question is how could we debug the application in production in order to recogniZe the leak…

Wael wehbe
- 1
- 2
0
votes
0 answers
Initialize objects in w3wp.exe process of azure role
I am trying to initialize a singleton class in my azure web role. I tried initializing it in Role.OnStart, but OnStart is called as part of WallSHost.exe process and the requests coming to the role go to w3wp.exe process, where the singleton class…

Sai Sunder
- 1,001
- 1
- 11
- 16
0
votes
0 answers
w3wp.exe process missing "Script" type
I've been trying to determine why w3wp.exe process in my Attach to Process dialog box in VS08 is missing "Script" type in the list?
AttachToProcessVS2008printscreen
This seems to prevent me from debugging classic asp pages. Can you please advise…

Tom S
- 127
- 1
- 4
- 18
0
votes
1 answer
Debugging a solution with multiple projects
I am trying to debug a project I inherited. This basically consists of an ASP.NET website hosted in IIS (local IIS not express though), and a number of other projects for example a project containing the model, another project containing the Data…

tech-dev
- 139
- 7
0
votes
0 answers
Overall CPU utilization is over the threshold in IIS 7.5
Since so many days we are facing a problem for 100% CPU utilization.
Tried monitoring in multiple ways using IIS logs, procdump, DebugDial and performance monitoring. By these analysis received some requests which taking time but after looking into…

Oxygen
- 831
- 4
- 17
- 42
0
votes
0 answers
Is it possible that w3wp.exe deleted my files?
A strange situation occours on my Windows 2012 server...
I have a MVC application on IIS, sometimes many files are deleted.
To understand what append I configured an audit policy in this app folder (E:\Siti\schoolsmanager.it)
this is the audit log,…

mtugnoli
- 51
- 4
0
votes
0 answers
"There was an error processing the request" in w3wp process .Net
It is a .Net application.
I have been researching, but everything I have found was either related to Ajax or jQuery.
PLEASE NOTE that the error we saw here is NOT related to any Ajax or jQuery related operations. It is related to the .Net w3wp…

Prithvi
- 1
- 3
0
votes
0 answers
What is this w3wp.exe error while browsing the website?
My asp.net website hosted on window server 2008 has suddenly stoped working. When i browse the website an exception is shown on the server saying something about w3wp.exe error. Even if i run the website in visual studio on server it still not…

Irfan TahirKheli
- 3,652
- 1
- 22
- 36
0
votes
1 answer
w3wp.exe in ASP.NET production app is using 100% CPU. How to find the problem?
we have an asp.net app in production where w3wp.exe is taking 100% CPU ( 4 cores - 4 threads at 25% ) and cpu load never goes down until we recycle the application pool ( the app is alone in the application pool ). Our error log has nothing, there…

Tucker
- 1
- 1
0
votes
0 answers
How much memory can/will w3wp use
On Win2k12, running IIS8, with 12GB of ram, how much memory will a single w3wp process use with no other pressures.
I am attempting to isolate where I have an issue. It seems like there is a leak somewhere since it grows to about 10GB and then…

Tony Basallo
- 3,000
- 2
- 29
- 47
0
votes
1 answer
W3WP.exe*32 crashed whenever trying to read VPS Disk Space
I tried two different codes to get the C Drive Disk Space on my VPS, they are as follows:
System.IO.DriveInfo di = new System.IO.DriveInfo("C");
Console.WriteLine(di.TotalFreeSpace);
And other one is
using System;
using System.Management;
public…

GKG4
- 440
- 1
- 4
- 16
0
votes
2 answers
How to use W3WP.exe effectively to debug SharePoint applications?
Can anyone tell me how to effectively use w3wp.exe to debug sharepoint applications?

Andres Morales
- 155
- 5
- 15
0
votes
2 answers
Periodic W3WP.exe crash
I have ASP.NET application. Periodicaly it is down and make my users unhappy.
In log I see:
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2
Faulting module name: nlssorting.dll, version: 4.0.30319.261, time…

Diver63
- 1
- 1
- 1
0
votes
1 answer
Attach w3wp process to Visual Studio 2010 debugger for IETester
Im trying to attach w3wp.exe process in Visual Studio 2010 for ASP.net MVC application.
It works fine on using normal IE browsers. But not working on using IETester (IE7).
Do any one of you faced similar issue?. Please share some light on how to…

user1084158
- 61
- 3