Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

attaching processor to dev server

Status
Not open for further replies.

aajay

Technical User
Oct 28, 2004
36
Hi
I have build application at my local machine it is working fine . Now as I deployed it on dev server some pages are breaking
I wonder If some one guide me how to attach processor to dev environment so I can debug the application.

Thanks
 
I'm getting errors
I would like to debug at dev environment

thanks
 
From the Debug Menu select Processes.

Locate the computer you want to debug.
In the processes list, select aspnet_wp.exe
Click Attach button.

Senior Software Developer
 
Hi SiriusBlackOp
would you please walk me thorugh the steps.
as I follow you
from the Debug menu I select Attach to Process
how can I locate my dev server
I donot see aspnet_wp.exe

what I am doing wrong ?
 
Sounds like you found the Processes window... so find the Name: field and either type in a IPAddress/comupter-Name and press the enter key or click the button with "..." if the dev server is on your LAN.

If you clicked "..." button:
Expand Entire Network
Expand Microsoft Windows Network
then browse deeper to find the dev server.

Then you should see the aspnet_wp.exe process, but it could also be listed as w3wp.exe

If it fails, then you may need to install the remote debugging tools onto the server.

Senior Software Developer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top