473,288 Members | 1,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,288 software developers and data experts.

Proceess aspnet_wp.exe

MJ
Why in my server the process aspnet_wp.exe is very high in the task manager
when execute it.
Pease, Help my.
Chress

May 12 '06 #1
5 1099
Your question is impossible to answer without knowing what you're doing in
your code.

while (true)
{
int i = Random.Next(Int32.Min, Int32.Max);
}

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/
"MJ" <MJ@discussions.microsoft.com> wrote in message
news:E3**********************************@microsof t.com...
Why in my server the process aspnet_wp.exe is very high in the task
manager
when execute it.
Pease, Help my.
Chress

May 12 '06 #2
MJ
Karl
My problem it is open all report creater with crystal report.
and other page asp.net no have problem in running.
I don't why? , only report .

"Karl Seguin [MVP]" wrote:
Your question is impossible to answer without knowing what you're doing in
your code.

while (true)
{
int i = Random.Next(Int32.Min, Int32.Max);
}

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/
"MJ" <MJ@discussions.microsoft.com> wrote in message
news:E3**********************************@microsof t.com...
Why in my server the process aspnet_wp.exe is very high in the task
manager
when execute it.
Pease, Help my.
Chress


May 12 '06 #3
I have limited experience with Crystal Report, but from what i do know, it
can be very CPU intensive. This is especially true if you are going from a
crystal report output to a PDF or something....

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/
"MJ" <MJ@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
Karl
My problem it is open all report creater with crystal report.
and other page asp.net no have problem in running.
I don't why? , only report .

"Karl Seguin [MVP]" wrote:
Your question is impossible to answer without knowing what you're doing
in
your code.

while (true)
{
int i = Random.Next(Int32.Min, Int32.Max);
}

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/
"MJ" <MJ@discussions.microsoft.com> wrote in message
news:E3**********************************@microsof t.com...
> Why in my server the process aspnet_wp.exe is very high in the task
> manager
> when execute it.
> Pease, Help my.
> Chress
>


May 12 '06 #4
Does it work? Do you get an error message?

"MJ" <MJ@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
Karl
My problem it is open all report creater with crystal report.
and other page asp.net no have problem in running.
I don't why? , only report .

"Karl Seguin [MVP]" wrote:
Your question is impossible to answer without knowing what you're doing
in
your code.

while (true)
{
int i = Random.Next(Int32.Min, Int32.Max);
}

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/
"MJ" <MJ@discussions.microsoft.com> wrote in message
news:E3**********************************@microsof t.com...
> Why in my server the process aspnet_wp.exe is very high in the task
> manager
> when execute it.
> Pease, Help my.
> Chress
>


May 12 '06 #5
MJ
Jeff (I'm, export a file PDF with crystal report, after restart service
aspnet_wp.exe in server, and after nothing problem in two days ).
Thanks, Chrees
,Here error

Exception Details:
CrystalDecisions.CrystalReports.Engine.LoadSaveRep ortException: No se ha
podido cargar el informe.

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

"Jeff Dillon" wrote:
Does it work? Do you get an error message?

"MJ" <MJ@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
Karl
My problem it is open all report creater with crystal report.
and other page asp.net no have problem in running.
I don't why? , only report .

"Karl Seguin [MVP]" wrote:
Your question is impossible to answer without knowing what you're doing
in
your code.

while (true)
{
int i = Random.Next(Int32.Min, Int32.Max);
}

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/
"MJ" <MJ@discussions.microsoft.com> wrote in message
news:E3**********************************@microsof t.com...
> Why in my server the process aspnet_wp.exe is very high in the task
> manager
> when execute it.
> Pease, Help my.
> Chress
>


May 12 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Grady Nash | last post by:
All of my web servers are running win2000 and .NET 1.1 SP1. On one of my test web servers when I open Perfmon and add a new counter, aspnet_wp is missing. For example I want to see how many...
3
by: | last post by:
This question references to KB articles: http://support.microsoft.com/default.aspx?scid=kb;EN-US;315158 http://support.microsoft.com/default.aspx?scid=kb;EN-US;317012 I'm running Advanced Server...
0
by: Rob | last post by:
hi! i am running a aspnet-application on a machine with 1 gb ram. looking into the taskmanager, the aspnet_wp-process is going to use up to 60 megs heap memory and about 55 megs virtual memory....
2
by: Matt Sollars | last post by:
Hi all. I'm having a nasty problem. A client's website was originally written with classic ASP. They requested a new portion of the site that was deemed a perfect candidate for ASP.NET. So, .NET...
1
by: Ivan Towlson | last post by:
A colleague has just installed VS2003 on Windows 2000 and created her first simple Web application, and aspnet_wp is firing up only transiently, a new instance for each request. We first noticed...
2
by: Sidharth | last post by:
Hello, We are experiencing some issues with the aspnet_wp process on our live servers. The problems are intermittent and we cannot reproduce it on our dev and test servers. Currently around...
2
by: Marcin Belczewski | last post by:
I have a problem with aspnet_wp.exe on my Windows XP. When I start any of my web applications, webservices or even try to create asp.net project under vs.net - aspnet_wp.exe process starts -...
3
by: Ramesh Dodamani | last post by:
Environment: XP Pro, VS.Net 2003, .Net 1.1.4322 with SP1 & KB Hotfix 886903 P4 2.2GHz, 1 GB RAM My system was working fine till a few weeks back when I started seeing the following errors. ...
1
by: Greg | last post by:
Hi, I have a web service that calls an an assembly on a server. My client calls the web service, the web service calls the assembly... very straightforward. I have noticed 2 things though...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.