[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Dave Beauchemin [MVP]

8/6/2003 1:27:00 PM

Jörg,

See http://support.microsoft.com/default.aspx?scid=kb;en... for
additional information. It may be due to the way strings are being
concatenated in your web service.

Additionally, if you have an antivirus application or something like that
running, try disabling it to make sure it's not blocking aspnet_wp.exe.
--


Dave Beauchemin
Microsoft MVP, MCP
www.webdotmag.com


"Jörg Boekhoff" <jtb@bruegmann-software.de> wrote in message
news:uwX1ehoWDHA.2312@TK2MSFTNGP10.phx.gbl...
> Starting a few weeks ago, any time I build (or re-build) a complex web
> service, the aspnet_wp process jumps up to 100% CPU usage. That happens
> before the compilation of all Libraries is finished. In most cases the
last
> build output is like "Satellitenassemblies werden erstellt...". The only
way
> to get my machine back is to kill the aspnet_ap process.
> I get the same behavior if the webservice is running in debug-mode and I
> copy any file to the directory the web service files reside in (or a
> subdirectory of it).
> One of our clients gets 100% CPU usage for the aspnet_wp.exe also, if his
> anti-virus program scans the web service directory.
>
> I use WinXP Pro with IIS5.1. Visual Studio 2003. The web service is
written
> in VB.Net. (I can reproduce the behavior on another WinXP machine, too.)
>
> Please help,
> Jörg Boekhoff
>
>