|
A single server has started to sometime leave zombie w3wp.exe processes when trying to recycle. A new process is spawned properly and everything seems to work, except the old processes are still present and take up memory. Task manager reports there's...
Started by Mark S. Rasmussen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
If you cannot remove all objects.
An exception, the object will not be removed from memory.
|
|
We recently moved to server 2008 from server 2003. We are getting 1310 events which are causing issues with the websites.
The error is below:
w3wp.exe
IIS APPPOOL\AppPool_GroupP
ConfigurationErrorsException
Attempted to read or write protected memory...
Answer Snippets (Read the full thread at microsoft):
So I have tried using "BCDEDIT /set {current} nx AlwaysOff" which results"="DisableNXShowUI""
The registry setting seems to be ignored for w3wp because it shows as enabled.
It for w3wp only using BCDedit.
|
|
Hi guys I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio.
Once I deploy on the web-server (win 2003 server)it throws some ...
Started by Gokul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The two most common issues I run into when deploying to the server are security (the site/service doesn't have the same permissions on the server as it does... .
It's hard to give a good answer without more details, so this is a bit of a stab in the dark.. .
|
Ask your Facebook Friends
|
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 after 100 concurrent users. Page loads go from 1.5 seconds to 90+
w3wp hits...
Started by Focus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's a list:
JetBrains' dotTrace Red-Gate ANTS Automated QA's AQTime Check the performance monitor to see how many exceptions are being thrown, that uses a lot of cpu..
I recommend you use a higher-level profiler.
|
|
Can someone give me step by step instructions or point to the correct references in the correct order so I can determine the root cause of this issue?
Started by lfoulkrod on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If w3wp is running locally, you.
Not done this, and it would hang every other request while you debug .
|
|
I have tried to setup PerformancePoint Services on SharePoint 2010, but every time I try to use the dashboard designer, I get this error:
“An error has occurred attempting to contact the specified SharePoint site”
I have tried these steps but it hasn'...
Started by Rik on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at serverfault):
Have looked through the file c:\program files\common files\microsoft shared\web server extensions\14\isapi\client.svc (this guy is pulled when '/_vti_bin/client.svc' is called.) its content is <%@ServiceHost language="c#" Service... .
I have a similar error.
|
|
I have an old ASP.NET application. We send out httpWebRequest to a remote REST server and retrieve XML back, most of the time the application works fine. Recently, we got some high CPU usage issue several times a day.
During the high CPU usage time, we...
Started by machinegone on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That should point you.
Profiler to the W3WP process, and see which component is consuming the CPU.
|
|
Hi,
I've published a workbook and scheduled the related data refresh, but I've this error message: "The requested service, 'https://servername:portnumber/c8bd4ddefc5041a5892bb5028054477a/SecureStoreService.svc/https' could not be activated.
See the server...
Answer Snippets (Read the full thread at microsoft):
Bye Hi, in the Deployment Guide for Microsoft SharePoint Server 2010 ( http://www.microsoft.com/download/en/details.aspx?id=10009 ) it talks about... .
Now, the scheduled data refreshes function without any problems.
Ok, thanks, I've solved with an IISRESET.
|
|
I have a WCF service deployed behind the load balancer, when I try to reach it with SOAP it works great, but when I try to reach it via REST url I get the below mentioned error.
This is the REST URL I try to reach it with https:// devreporting.dev.sample...
Started by Santthosh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Test it by issuing the following command from a Command Prompt window on the server... .
Make sure that's the correct URL.
There was nothing listening to port 17005 at the time the request was made .
No channel actively listening" sounds like what it says.
|
|
On Thu, 2 Jul 2009 03:07:01 -0700, Paul <Paul@discussions.microsoft.com
Hi Dave!
Thanks for your reply and the link. I have already set the prescribed
registry values and also made changes in the web.config files in the MS CRM
Application.
...
Started by Paul on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
How long does it take for the import
to fail? is it immediate... .
All the error messages say the same
thing - that a time out has occured .
On Thu, 2 Jul 2009 16:05:18 -0400, "Dave Ireland" <direland@salentica.com
I don't know what's going on Paul .
|