w3wp is an Internet Information Services (IIS) worker process. It's a windows process (w3wp.exe) which runs Web applications, and is responsible for handling requests sent to a Web Server for a specific application pool.
0
votes
0answers
12 views
IIS Crash on stack overflow (unhandled) - Microsoft .NET 4.5 ASP.NET MVC 3
I have wrong behavior of ASP.NET MVC 3 application on IIS 7. We had stack overflow condition in code and it caused general application pool crash without correct System.StackOveflowException throwing. ...
1
vote
1answer
46 views
Failed to Attach to Script process in VS2010
I am trying to attach to w3wp.exe to debug classic asp.
i am attaching to type "Script", but get the following error:
Failed to attach to these type(s) of code: Script: A debugger is already ...
0
votes
1answer
42 views
W3WP memory and threads utilization every day at midnight
i have ASP.NET application (Microsoft "Stock Trader 5.0") installed on IIS 7.5 (Win 2008 R2) and i'm using in load application to load stress on the ASP.NET application.
every morning when i check the ...
0
votes
0answers
64 views
w3wp.exe crashes when calling [System.Data.Odbc]::OdbcConnection.Open()
I am using Microsoft Visual Web Developer 2010 Express to build a webpage that pulls data from a database to populate a drop-down list with relevant options. Everything works just dandy when I debug ...
0
votes
1answer
81 views
w3wp.exe (NETWORK SERVICE user) prevents access to file
I have a web service application, that uses another application which save and load an xml file.
After three accesses to the file, the file cannot be accessed again. If i kill the w3wp.exe process ...
1
vote
0answers
166 views
IIS Woker Processes (w3wp.exe) with high handle counts
Our IIS Worker Processes have high and steadly rising handle counts. The Thread Count seems to be stable but the Handle Count keep rising until the AppPool is shutdown because of inactivity.
For ...
-1
votes
1answer
50 views
w3wp crash on foreign key constraint violation
I've figured out the fix to my problem, my question is 'why'.
I have a .net4 WCF service that uses Entity Framework and LINQ to connect to a SQL Server 2012 database. I had one section of code that ...
0
votes
0answers
295 views
CPU usage of w3wp rises to 100% on a ASP.NET MVC4 web application
We have a ASP.NET MVC4 application which uses Entity Framework 4.0. When we deploy on the production server, the CPU rises after some time (~2-5h) until nearly 100%. The memory also rises then until ...
2
votes
0answers
328 views
Auto generate w3wp.exe process dump file when CPU threshold is reached even when PID changes
I'm trying to troubleshoot an issue with one of our websites which causes the CPU to spike intermittently. The site sits on a farm of web servers and it intermittently happens across all servers at ...
3
votes
1answer
254 views
ApplicationPool user vs StartInfo.Username?
I've been testing ( for the last 4 days) the variety of options to start a Process under iis7 ( asp.net)
I did find a solution.
As long as we don't need to interact with desktop, and only need to ...
6
votes
1answer
225 views
Identify the associated w3wp process for a web role instance
I am working on monitoring the performance of an Azure service.
There are currently two web role instances (for the same website) running - each with its own W3WP.exe (w3wp and w3wp#1)
How can i ...
1
vote
0answers
99 views
WCF calling the WSDL creates a large memory consumption for the w3wp process
We have deployed a very large WCF service with lots of contracts and functionality.
The service runs from an independent server with a unique app pool on IIS 7.
The service is configured as a per ...
0
votes
2answers
696 views
Debugging WCF services in Visual Studio 2012
How can I tell which of my services is the one that I am trying to debug?
Using the Visual Studio 2010 debugger I would just look for the w3wp (or whatever the heck it was) that was running under the ...
2
votes
0answers
329 views
Unhandled exception at 0x … in w3wp.exe: 0x … : A heap has been corrupted
I'm building a project in Visual Studio 2012. When I press F5 to run the app, it works just fine, however when I load it up in IIS7 on my Windows Pro box, the first time I make a call to a specific ...
1
vote
0answers
213 views
Stack overflow in w3wp after migrating to Win 2008
We have migrated an ASP.NET 4 app to a new server (2008 R2) and are being plagued by nasty production issues - occasional stack overflows in the ASP.NET worker process.
These get logged in the event ...
0
votes
0answers
215 views
IIS Server w3wp process high non paged pool & thread causing poor performance
I have 6 "identical" x64 IIS6 Servers containing the same content.
Occasionally on one or more servers we observer slow running, it can take around 20 seconds to load a simple html page.
When this ...
-1
votes
2answers
311 views
W3WP is running slow
I have a very unusual problem with W3WP process (IIS Worker Process). It is not taking enough memory from my CPU to run faster. It is impacting my development work as it is taking way to long to pull ...
0
votes
0answers
73 views
web app out of memory but console runs fine
As part of my web I have to read/write some data to and from excel. I've adopted GemBox for this which in the past has proved useful.
However when trying to push a lot of data within my web app to ...
0
votes
0answers
164 views
Windows service causes w3wp stop and automatically stops & start itself
I have publish my windows service to customer environment and I have found a weird issue that every time my window service runs, it causes the w3wp service stop and the web site was down. My window ...
3
votes
3answers
173 views
Which Asp.net exceptions can do what?
If I write this code
protected void Page_Load(object sender, EventArgs e)
{
Page_Load(sender, e);
}
I get the an Error (endless recursion):
and the w3wp.exe process is ...
0
votes
1answer
227 views
W3wp hih cpu usage and non-existent web pages
When I try to display a non-existent page on our web site the w3wp.exe process uses 13% cpu and stays at that level. For each additional non-existent page request an additional 13% of the cpu is used. ...
1
vote
1answer
148 views
Is is possible to change the name of the w3wp.exe per application pool?
Is is possible to change the name of the w3wp.exe for a certain application pool? I'm using IIS 7.5 of Windows 7.
When I start debugging it is really hard to distinguish between processes (as all of ...
0
votes
1answer
262 views
Cannot debug some of the code in process w3wp.exe (Debugger is not registered)
Attempting to debug a VB.NET Visual Web Part I am receiving the following error message.
This error happens straight after I press play and and prior to any of the code in my webpart actually ...
0
votes
1answer
86 views
RoleInstanceStatusCheckEventArgs.SetBusy from inside w3wp
I am calling the RoleInstanceStatusCheckEventArgs.SetBusy from inside w3wp process where i have registered for the statuscheck event. This is similar to as explained in the following link except that ...
1
vote
0answers
295 views
IIS - w3wp.exe crashes on loading the web service
I have a simple web service which loads and OCX. On calling a method of this OCX, which essentially makes a connection with remote server causing w3wp.exe to crash. I have no clue why this happens. In ...
1
vote
1answer
2k views
Service Unavailable (w3wp.exe crash) in IIS
I developed a application site where one facility is FAQ in which user can post text data without any limit.
I hv two server to run the application whenever a single field (question or answer) size is ...
0
votes
1answer
1k views
Error “Faulting application w3wp.exe…” found in event viewer if printing crystal reports in a loop
I'm developing a web app using VS.Net 2010 & embedded CR which would run on MS 2008 and IIS 7.
One of the functions is to update database records ( ~20-50) and print a crystal report to a network ...
1
vote
1answer
192 views
Not able to delete a file because of IIS
What is the functionality
This web application allows user to upload to web-server, download and delete files uploaded on web-server.
Problem
After downloading a file, when user tries to delete it, ...
0
votes
1answer
276 views
Nuget server on IIS7 / Win2008 faults w3wp.exe
I realize this is borderline non-development, but I'm a developer trying to create a NuGet Server, not an IIS guy, so hopefully someone here has experienced this.
I have some libraries used across ...
0
votes
1answer
53 views
VsDebuggerCasualityData
I have a .net 2.0 app on a win2003 VM that calls a WCF service hosted in IIS7 on a win 2008 VM. After developing the client and service and testing (all was good) I took the opportunity to take a ...
0
votes
2answers
858 views
high cpu useage on w3wp process
I am encountering an issue with my asp.net c# web application where the server is hitting very high cpu useage eg. 80%+ on w3wp process.
This has only happened recently after I made numerous changes ...
0
votes
2answers
386 views
w3wp occasionally hangs on nightly recycle
I have come across an issue with our ASP.NET application where occasionally a nightly recycle cases the w3wp to hang.
This is what happens:
Recycle is triggered. obviously this forces ...
1
vote
2answers
3k views
iis site use 100% cpu
I'm running iis7 under windows 2008 R2
The "w3wp.exe" process (the iis site) use 100%+- CPU
Is there any why I can check which part of the site cause the problem ?
1
vote
1answer
760 views
Does w3wp.exe keep extra crash information
I have created several websites that run from ISAPI dll's, which runs smoothly in most cases. Only on one server I get events like these:
Event Type: Error
Event Source: Application Error
Event ...
0
votes
2answers
724 views
Issue when remotely debugging a web service
I've found this question many times on Google and on StackOverflow, though none answer my scenario.
I'm trying to remotely debug a web service, remote debugging is set up correctly, I've deployed the ...
0
votes
1answer
814 views
PerfMon and w3wp?
I'm looking at "Process:w3wp*:% Processor Time" in PerfMon and am struggling to follow something. I have traces running for w3wp and then w3wp#1 - w3wp#6, which are the six sites running on the ...
1
vote
1answer
336 views
Where are my managed threads in W3WP
I create some managed threads inside an asp.net application (System.Threading.Thread). Each thread creates a row in a database and deletes it after the work is done (~3-5 minutes).
When I look thread ...
0
votes
3answers
930 views
How to debug iis “Service Unavailable” and (possibly) related w3wp.exe error in event viewer
suddently my website (asp.net-mvc iis) is down with error "Service unavailable". when i go to check the event viewer i see this error:
Source: VsJitDebugger
Error: An unhandled exception ('') ...
2
votes
4answers
3k views
Cannot debugging asp.net on IIS7 by attaching process w3wp
I have a asp.net website in VS2008 which I have pre-compiled in local directory which is virtual directory for IIS 7(http://machinename:83)
when i
1. launch http://machinename:83/
2. ...
7
votes
1answer
4k views
Task.Factory.StartNew with uncaught Exceptions kills w3wp?
I just transitioned some of my website's code from using QueueUserWorkItem to Task.Factory.StartNew
I have some bad code that threw an Exception and it ultimately shut down w3wp. Running IIS 7.5 on ...
3
votes
1answer
866 views
When encountering an access violation, w3wp.exe crashes and restarts repeatedly until the application pool is stopped
I have a CLR 4 WCF service hosted in IIS 7.5 (Windows Server 2008 R2), using the WebHttp binding (with [WebGet]). The service calls into an unmanaged component implemented in C++ (Visual Studio 2010).
...
3
votes
1answer
17k views
ERROR: Symbol file could not be found. windbg.exe
I have downloaded the symbols from http://www.microsoft.com/whdc/devtools/debugging/symbolpkg.mspx
the package (Windows 7 RTM x86 retail symbols, all languages) but it still gives me the same error!
...
0
votes
1answer
280 views
Weird issue with spiking cpu on w3wp process
I'm having the strangest issue... I have a monorail website (a .NET solution, similar to ASP.NET MVC).. and on one of the pages there is a save button. When the save button is clicked, it executes ...
1
vote
1answer
414 views
Attaching to w3wp using mdbg
I am trying to attach to the w3wp process using the command line managed debugger (mdbg). I am not able to see the process in the list of processes with the "a" command.
I am sure that the problem ...
5
votes
2answers
7k views
IIS7: Faulting application w3wp.exe, what is the root cause of these crashes?
Our Website is in .NET but with some old ASP and 32bits libraries too in it. It had been working fine for a while (2 years). But for the past month, we have seen the following error on our IIS7 ...
4
votes
3answers
6k views
Cannot attach debugger to w3wp
I'm debugging an ASP.NET application but sometimes cannot find w3wp neither in Visual Studio process list (Menu: Debug -> Attach to Process...) nor in task manager. I have selected 'Show processes ...
1
vote
2answers
453 views
Prevent IIS from reusing worker processes for separate ASP.Net AppDomains
When IIS restarts an ASP.Net (2.0) web application, it can either:
Recycle the AppDomain: Unload the AppDomain and load a new AppDomain on the same process (e.g. when HttpRuntime.UnloadAppDomain() ...
4
votes
2answers
3k views
.net performance counter - Process(w3wp)\% Processor Time
During performance testing, I found that the values of Process(w3wp)\% Processor Time are greater than 100. Some values are
237.1436486
312.5338052
341.2373994
264.4097661
191.6237736
I thought ...
1
vote
1answer
1k views
Log memory usage of application pool using perfmon
I am trying to audit memory usage of applications using perfmon. The application pool processes in perfmon by default looks like w3wp.exe #1, w3wp.exe #2...
Microsoft has a KB article ...
0
votes
1answer
854 views
w3wp.exe keeping files locked after processing in webservice
I have a webservice and I noted that some dlls in the wwwroot folder are kept logged after the webservice is executed.
After restart of pc, the problem is solved.
Can i have something in my code ...



