Cannot attach aspnet process to debug

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QW5kcmV3?=

    Cannot attach aspnet process to debug

    Hello, friends,

    I am using .net 2005 to develope a web service based application. When
    accessing web services from client side, I always attach aspnet process to
    have a step by step debugging.

    However, for some unknown reason, this process disappeared in Available
    Processes list of Attach to Process window.

    Any ideas? How to make it back so that I can debug web services and other
    server side modules?

    Thanks a lot.
  • =?Utf-8?B?TWFuaXNoIEJhZm5h?=

    #2
    RE: Cannot attach aspnet process to debug

    Hi,
    It is in Tools -->Attach To Process
    Short-cut key :Ctrl+Alt+P
    --
    Hope this answers your question.
    Thanks and Regards.
    Manish Bafna.
    MCP and MCTS.



    "Andrew" wrote:
    Hello, friends,
    >
    I am using .net 2005 to develope a web service based application. When
    accessing web services from client side, I always attach aspnet process to
    have a step by step debugging.
    >
    However, for some unknown reason, this process disappeared in Available
    Processes list of Attach to Process window.
    >
    Any ideas? How to make it back so that I can debug web services and other
    server side modules?
    >
    Thanks a lot.

    Comment

    • =?Utf-8?B?TWFuaXNoIEJhZm5h?=

      #3
      RE: Cannot attach aspnet process to debug

      Hi,
      It is in Tools --Attach To Process
      Short-Cut Key : Ctrl +Alt + P
      --
      Hope this answers your question.
      Thanks and Regards.
      Manish Bafna.
      MCP and MCTS.



      "Andrew" wrote:
      Hello, friends,
      >
      I am using .net 2005 to develope a web service based application. When
      accessing web services from client side, I always attach aspnet process to
      have a step by step debugging.
      >
      However, for some unknown reason, this process disappeared in Available
      Processes list of Attach to Process window.
      >
      Any ideas? How to make it back so that I can debug web services and other
      server side modules?
      >
      Thanks a lot.

      Comment

      • =?Utf-8?B?TWFuaXNoIEJhZm5h?=

        #4
        RE: Cannot attach aspnet process to debug

        Hi,
        Worker process name has changed from aspnet_wp.exe to w3wp.exe in VS 2005
        --
        Hope this answers your question.
        Thanks and Regards.
        Manish Bafna.
        MCP and MCTS.



        "Andrew" wrote:
        Hello, friends,
        >
        I am using .net 2005 to develope a web service based application. When
        accessing web services from client side, I always attach aspnet process to
        have a step by step debugging.
        >
        However, for some unknown reason, this process disappeared in Available
        Processes list of Attach to Process window.
        >
        Any ideas? How to make it back so that I can debug web services and other
        server side modules?
        >
        Thanks a lot.

        Comment

        Working...