473,395 Members | 1,348 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,395 software developers and data experts.

no W3wp.exe in my system processes

I'd like to debug my asp.net application ,,but I can't find
W3wp.exe in the list of system process to attach it to the debugger???

Is there someboddy who can help me.

Thanks

Ali
Nov 19 '05 #1
5 7615
W3WP is IIS6
aspnet_wp is IIS5

IIS 6 is only on on Win2k3 I believe.
"ALI-R" <ne****@microsoft.com> wrote in message
news:OR**************@TK2MSFTNGP12.phx.gbl...
I'd like to debug my asp.net application ,,but I can't find
W3wp.exe in the list of system process to attach it to the debugger???

Is there someboddy who can help me.

Thanks

Ali

Nov 19 '05 #2
I have deployed my app on win2003 ,,but my own computer is using winxp ,,how
can I debug it on the server?

thanks for your quick help.
ALI
"CJ Taylor" <jj******@jackson5.com> wrote in message
news:O0**************@TK2MSFTNGP15.phx.gbl...
W3WP is IIS6
aspnet_wp is IIS5

IIS 6 is only on on Win2k3 I believe.
"ALI-R" <ne****@microsoft.com> wrote in message
news:OR**************@TK2MSFTNGP12.phx.gbl...
I'd like to debug my asp.net application ,,but I can't find
W3wp.exe in the list of system process to attach it to the debugger???

Is there someboddy who can help me.

Thanks

Ali


Nov 19 '05 #3
Mmm now comes the fun. =)

You have to add yourself to the Debugger Users group on your Win2k3 machine,
then you have to attach to the remote process of the server (go to
Debug/Processes) and put in the machine name. You may need to do some extra
configruation to make this all happen, but there is a good amount of data
out on that.

Once you connect to your remote machine, you'll seet he W3WP.exe process.
and you can attach to it.

Like Is aid though, there are usually quite a few configuration steps that
go with it. Its not a trivial task because of all the security Win2k3 has
installed

-CJ

"ALI-R" <ne****@microsoft.com> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
I have deployed my app on win2003 ,,but my own computer is using winxp
,,how
can I debug it on the server?

thanks for your quick help.
ALI
"CJ Taylor" <jj******@jackson5.com> wrote in message
news:O0**************@TK2MSFTNGP15.phx.gbl...
W3WP is IIS6
aspnet_wp is IIS5

IIS 6 is only on on Win2k3 I believe.
"ALI-R" <ne****@microsoft.com> wrote in message
news:OR**************@TK2MSFTNGP12.phx.gbl...
> I'd like to debug my asp.net application ,,but I can't find
> W3wp.exe in the list of system process to attach it to the debugger???
>
> Is there someboddy who can help me.
>
> Thanks
>
> Ali
>
>



Nov 19 '05 #4
there is no such a group defined in my win2k3 machine(it is not the domain
controler though,it is just a single-alone server).
"CJ Taylor" <jj******@jackson5.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
Mmm now comes the fun. =)

You have to add yourself to the Debugger Users group on your Win2k3 machine, then you have to attach to the remote process of the server (go to
Debug/Processes) and put in the machine name. You may need to do some extra configruation to make this all happen, but there is a good amount of data
out on that.

Once you connect to your remote machine, you'll seet he W3WP.exe process.
and you can attach to it.

Like Is aid though, there are usually quite a few configuration steps that
go with it. Its not a trivial task because of all the security Win2k3 has
installed

-CJ

"ALI-R" <ne****@microsoft.com> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
I have deployed my app on win2003 ,,but my own computer is using winxp
,,how
can I debug it on the server?

thanks for your quick help.
ALI
"CJ Taylor" <jj******@jackson5.com> wrote in message
news:O0**************@TK2MSFTNGP15.phx.gbl...
W3WP is IIS6
aspnet_wp is IIS5

IIS 6 is only on on Win2k3 I believe.
"ALI-R" <ne****@microsoft.com> wrote in message
news:OR**************@TK2MSFTNGP12.phx.gbl...
> I'd like to debug my asp.net application ,,but I can't find
> W3wp.exe in the list of system process to attach it to the debugger??? >
> Is there someboddy who can help me.
>
> Thanks
>
> Ali
>
>



Nov 19 '05 #5
Regardless, you need to create it. There is documentation on your CD about
remote debugging.

"ALI-R" <ne****@microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
there is no such a group defined in my win2k3 machine(it is not the domain
controler though,it is just a single-alone server).
"CJ Taylor" <jj******@jackson5.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
Mmm now comes the fun. =)

You have to add yourself to the Debugger Users group on your Win2k3

machine,
then you have to attach to the remote process of the server (go to
Debug/Processes) and put in the machine name. You may need to do some

extra
configruation to make this all happen, but there is a good amount of data
out on that.

Once you connect to your remote machine, you'll seet he W3WP.exe process.
and you can attach to it.

Like Is aid though, there are usually quite a few configuration steps
that
go with it. Its not a trivial task because of all the security Win2k3
has
installed

-CJ

"ALI-R" <ne****@microsoft.com> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
>I have deployed my app on win2003 ,,but my own computer is using winxp
>,,how
> can I debug it on the server?
>
> thanks for your quick help.
> ALI
> "CJ Taylor" <jj******@jackson5.com> wrote in message
> news:O0**************@TK2MSFTNGP15.phx.gbl...
>> W3WP is IIS6
>> aspnet_wp is IIS5
>>
>> IIS 6 is only on on Win2k3 I believe.
>>
>>
>> "ALI-R" <ne****@microsoft.com> wrote in message
>> news:OR**************@TK2MSFTNGP12.phx.gbl...
>> > I'd like to debug my asp.net application ,,but I can't find
>> > W3wp.exe in the list of system process to attach it to the debugger??? >> >
>> > Is there someboddy who can help me.
>> >
>> > Thanks
>> >
>> > Ali
>> >
>> >
>>
>>
>
>



Nov 19 '05 #6

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

Similar topics

0
by: George CK | last post by:
Hi, I'm running on Windows 2003 Server with Framework 1.0, on a CPU on P4 2.4GHz, 256Mb Ram When I attach other processes (one winservice, and also the asp.net w3wp.exe) for debugging, my...
1
by: Louis | last post by:
Hi All, I'm using w2k3 and IIS6, is it true that when I start the .net web application, there will be a process w3wp.exe? As my application is using asp.net, but when I start the web site,...
1
by: Helge | last post by:
On our server the w3wp process is "pagefaulting" all the time, but none of the other processes (and there are some) behave that way. Page fault delta in TaskMgr shows up to 15000 with normal...
5
by: mcollier | last post by:
I am experiencing high CPU utilization with my ASP.NET application. The w3wp.exe process uses 75%-80% CPU for about 10 seconds. I notice this when the application first starts up, which I can...
4
by: AN | last post by:
Greetings, We make an ASP.NET web application and we host it for our customers. We have provisioned hardware and hope to be able to service around 200 customers on this hardware. The web...
1
by: msnews.microsoft.com | last post by:
Hi all, I have a problem which I've seen mentioned quite a few time around the net, but nothing seems to work. I've created a web service with one method (see code below). It's running under...
2
by: Chris | last post by:
Error in the Event Log is: ..Net Runtime 2.0 Error Reporting Event ID 1000 Faulting application w3wp.exe, version 6.0.3790.0, stamp 3e8000e6, faulting module webengine.dll, version...
1
by: rh | last post by:
hi, we just migrated to x64 and .net 2.0 and getting a debugger popup with the system.cannotunloadappdomainexception caused by w3wp.exe. it happens intermittently, and doesn't seem like it's...
0
by: ToadLurker | last post by:
Usually, to debug my .NET dll, I typically just run my web application until the DLL in question is invoked - at which point I can just attach to it via Visual Studio .Net, and debug it. Two weeks...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.