473,749 Members | 2,350 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What process is ASP.NET on a Win2K3 Web Server??

We have a Win2K3 Web Edition server. I have the remote components installed
and am trying to attach to debug, but i cant find what process to attach to.
On Win2K its aspnet_wp.exe. That process doesnt even exist on the 2K3 box
though. I tried inetinfo.exe and w3wp.exe, both to no avail.

Thanks in advance,
Nov 18 '05 #1
4 1310
w3wp.exe is the process to attach to.

There might be more than one depending on the application pools you have set
up.

Make sure the debug symbols have been loaded on the remote server. I think
all it needs is the pdb in the running directory.

bill
"Eidolon" <ei************ **@yahoo.com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
We have a Win2K3 Web Edition server. I have the remote components installed and am trying to attach to debug, but i cant find what process to attach to. On Win2K its aspnet_wp.exe. That process doesnt even exist on the 2K3 box
though. I tried inetinfo.exe and w3wp.exe, both to no avail.

Thanks in advance,

Nov 18 '05 #2
The process should be W3wp.exe. Is it running okay?

Are you a member of the Administrators group and the Debugger Users group on
the server? I think you need both.
"Eidolon" <ei************ **@yahoo.com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
We have a Win2K3 Web Edition server. I have the remote components
installed
and am trying to attach to debug, but i cant find what process to attach
to.
On Win2K its aspnet_wp.exe. That process doesnt even exist on the 2K3 box
though. I tried inetinfo.exe and w3wp.exe, both to no avail.

Thanks in advance,


Nov 18 '05 #3
Only the Debuggers Group as I've learned while taking MCAD
practice exams.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:#h******** ******@TK2MSFTN GP11.phx.gbl...
The process should be W3wp.exe. Is it running okay?

Are you a member of the Administrators group and the Debugger Users group on the server? I think you need both.
"Eidolon" <ei************ **@yahoo.com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
We have a Win2K3 Web Edition server. I have the remote components
installed
and am trying to attach to debug, but i cant find what process to attach to.
On Win2K its aspnet_wp.exe. That process doesnt even exist on the 2K3 box though. I tried inetinfo.exe and w3wp.exe, both to no avail.

Thanks in advance,

Nov 18 '05 #4
I was going by what it says here:

http://support.microsoft.com/default...b;en-us;306172

"Verify that you are a member of the Administrators group and the Debugger
Users group on the computer. A non-administrator does not have the correct
permissions to debug the default ASP.NET worker process (Aspnet_wp.exe on
Microsoft Windows 2000 and Microsoft Windows XP, and W3wp.exe on Microsoft
Windows Server 2003)."
"clintonG" <csgallagher@RE ************@me tromilwaukee.co m> wrote in message
news:e%******** ********@TK2MSF TNGP09.phx.gbl. ..
Only the Debuggers Group as I've learned while taking MCAD
practice exams.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:#h******** ******@TK2MSFTN GP11.phx.gbl...
The process should be W3wp.exe. Is it running okay?

Are you a member of the Administrators group and the Debugger Users

group on
the server? I think you need both.
"Eidolon" <ei************ **@yahoo.com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
> We have a Win2K3 Web Edition server. I have the remote components
> installed
> and am trying to attach to debug, but i cant find what process to attach > to.
> On Win2K its aspnet_wp.exe. That process doesnt even exist on the 2K3 box > though. I tried inetinfo.exe and w3wp.exe, both to no avail.
>
> Thanks in advance,
>
>



Nov 18 '05 #5

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

Similar topics

11
942
by: ptass | last post by:
Hi I've installed win2k3 sp1 on a machine where an openRead on any given file was previously working. After installation, I get a webException as follows... ..message "An exception occurred during a webclient request" .._Hresult = "-2146233079" .._COMPlusExceptionCode ="-532459699" Sorry I don't have the whole error, but this seems to be the only pertinent
5
1399
by: Max Metral | last post by:
I have an application that has a web interface but also provides a direct TCP interface for some older systems. In IIS5, I used to just spawn a thread in Application_Start and clean it up when the app ended, and it seemed to work fine. In IIS6 (winxp pro dev for a target of win2k3 production), it seems to be more aggressive about cleaning up apps and generally have odd behavior when I spawn threads. Am I doing something really wrong...
0
807
by: Matt | last post by:
I have used the below code to basically merge some wav files into one large wav file with success in the past. But since moving over to win2k3 and ASP.NET 2.0 this is no longer doable. No errors, no execution, basically nothing. I have even on my development machine given the ASPNET account full admin rights on the machine, have impersonated the administrator web config file. Still no luck. The exe joins files into one large file. I...
1
1298
by: D Witherspoon | last post by:
We are moving from a Windows 2000 Server to a Windows 2003 server. Our ASP.NET web applications work fine on IIS 6.0 on the Windows 2000 and Windows 2003 server. All of our no touch deployment .NET Windows applications work fine on Windows 2000 server but when we move them to Windows 2003 Server / IIS 6.0 the following happens: 1) User access the EXE via URL... (ex: http://new2k3webserver/somefolder/someapp.exe)
0
1043
by: Stephen | last post by:
First off sorry if this is not the right group but thought I would be close. I am experimenting with automating my development build processes. Want to to go opensource on this one so looking into using Cruise Control .NET, NANT (i assume?), TortiseSVN (have been using for years, right now SVN server is seperate but could become integrated into the integration server), all on a Win2k3 Server. Can someone point me in the direction of some...
7
1894
by: =?Utf-8?B?UHVjY2E=?= | last post by:
Hi, I'm using vs2005, .net2.0 for a windows application. I call a C++ compile dll and it works fine in Win2K server but I get the follow error message when I run the same application on a win2k3 server. I use the Depends tool and found 3 ms lib used by this dll and I have those copied to my application folder when I install the application on the server but I'm still getting the error. Does anyone know how I can address this problem?...
1
2543
by: itskaps | last post by:
Hi all, My following program code works fine on win 2K server but the same is not working on win2K3 server. It's showing error as page cannot be displayed. After debugging, I found that fso.opentextfile is not working over win2k3. Can anybody pl. explain why it's not working and how to solve it? help reqd urgently pl. thx in advance. SearchDatabase <SCRIPT LANGUAGE=JScript>
1
1739
by: mmark751969 | last post by:
I have a win2k3 server that i am going to need to upgrade to service pack 2. It is running sql server 2000(sem reports version 8.0 - i think that is sql server 2000). It has profiler and query analyzer running as well. Are there any caveats i need to be concerned about before installing win2k3 sp2 on a server with sql server 2000. Thanks
2
3079
by: mcfly1204 | last post by:
Our network consists of two Win2k Server DC's, with several other Win2k3 servers. I cannot find where I can configure terminal services access within the GPO for the user in question. In Win2k3 server, it is \Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment. Is there an equivalent in Win2k GPO?
0
8832
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9566
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9388
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9333
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9254
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6800
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.