Ask a Question related to ASP.NET Web Services, Design and Development.
-
Barkha #1
aspnet_wp is missing
Hello!
I am working on asp.net web service and want to debug it. For this purpose
I go to Debug>> Processes and see the availaible processess. I don't get to
see aspnet worker process running.
Now when I send me reuquest say for example:
[url]http://localhost/mymodule/test.aspx[/url]
and then go to the above mentioned step , I do find aspnet_wp.exe as an
availiable process.
I fail to understand why this process is not running before sending the
request.
In machine.config my processModel settings are
username = machine
password = autogenerate
Any pointers?
Thanks and Regards
barkha shah
Barkha Guest
-
aspnet_wp.exe
Hi, I am getting these errors from Event Viewer - Application: 1. aspnet_wp.exe could not be launched because the username and/or password... -
missing guides. missing cursors. missing a good drawing app. Ugh.
I can't see my text cursor. It's invisible. Why? I can't see new guides I drag onto the documents. They are there, I just can't see them. Why? ... -
aspnet_wp Problem
Tibby, You should see a recycle in the Application Event Viewer log if you are using up memory like that. In any case, in order to diagnose... -
aspnet_wp,exe
The .Net garbage collector runs at times and will free memory as necessary. It has no logical pattern though. I wouldn't worry about it. It will... -
aspnet_wp won't get executed
Hi folks.. I installed windows server 2003 with domain controller role. And installed iis6 and .net framework etc. I run aspnet_regiis -i for... -
Andrew de la Harpe #2
Re: aspnet_wp is missing
The process is only loaded as required which in this case is when the first
page is requested.
The process will also timeout and terminate after a configurable(
machine.config ) idle time.
A
"Barkha" <barkhas@momentum-tech.com> wrote in message
news:OZ0fqxFoDHA.1728@TK2MSFTNGP09.phx.gbl...purpose> Hello!
> I am working on asp.net web service and want to debug it. For thisto> I go to Debug>> Processes and see the availaible processess. I don't get> see aspnet worker process running.
> Now when I send me reuquest say for example:
> [url]http://localhost/mymodule/test.aspx[/url]
> and then go to the above mentioned step , I do find aspnet_wp.exe as an
> availiable process.
> I fail to understand why this process is not running before sending the
> request.
> In machine.config my processModel settings are
> username = machine
> password = autogenerate
> Any pointers?
> Thanks and Regards
> barkha shah
>
>
Andrew de la Harpe Guest



Reply With Quote

