Re: IIS 6 question
Thanks. w3wp.exe appears. It seems that I need to request a aspx page
first.
On Jun 1, 6:01 pm, Peter Bromberg [C# MVP]
<pbromb...@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
It's possibly you are confusing the IIS native process with the managed code
worker process, w3wp.exe.
If you request an ASP.NET (aspx) page, you can see W3WP.exe in the processes
list in Task Manager.
Peter
"gouqizi.lv...@xxxxxxxxx" wrote:
I am running IIS 6 under windows 2003 server. It is strange that I do
not see "w3wp.exe" or "aspnet_wp.exe". Where is the IIS worker
process. IIS seems work find, but I cannot debug code. Help needed.
Thanks.- Hide quoted text -
- Show quoted text -
.
Relevant Pages
- RE: asmx httphandler not properly protecting sessions?
... We have a asp.net ajax-like web application from which aspx request are done ... sharing the same session. ... you're using ASP.NET webservice with session state ... (microsoft.public.dotnet.framework.webservices) - Http handler conflict with Website publishing mode
... My web application using a Http handler to handle request for *.aspx ... But when I publishing my website with final version, ... (microsoft.public.dotnet.framework.aspnet) - Re: Need clean code sample for HttpWebRequest
... Are you sure there isn't a problem with the third party page? ... This article for the .NET Compact Framework contains ... both a workable .aspx page as well as the http request code. ... (microsoft.public.dotnet.framework.aspnet) - Re: proxy server and aspx
... When I request an aspx page the client Explorer waits for a very long ... It’s like the client waits for more data. ... the htm pages, ... (microsoft.public.dotnet.framework) - Re: Log Button Clicks?
... > I'm thinking of building a component that, when dropped onto a .aspx page, ... > Web Developer / Programmer ... Every request for any web page goes through the global.asax file and fires ... I do not have access to the server logs as I am on a shared ... (microsoft.public.dotnet.framework.aspnet) |
|