Unable to start debugger on webserver

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Unable to start debugger on webserver

    Hi,

    I made the unfortunate mistake of installing Windows 2000 Service Pack
    4 and .NET Framework 1.0 Service Pack 2 on a development machine
    (1.0.3705.288). This broke the Visual Studio .NET IDE. However, the
    Fixxml.exe at Microsoft.com fixed that issue. We developed without
    issue for the rest of the day (mostly javascript/related client side
    code) but then the famous "Error trying to run project: Unable to
    start debugging on the web server: Would you like to disable...."
    cropped up.

    These are the following steps that we have taken to resolve this
    problem, all of which were unsuccessful (Debugging worked prior to
    SP4/.Net SP2):

    Verified web.config debug=true in the specific application
    Verified no syntax errors in web.config
    Verified users in Debugger Users/Administrators
    Verified project creation was by NetBIOS name rather than IP address
    Verified Anonymous ACcess/Integrated Windows Authentication enabled
    Verified DEBUG keywords in configuration for .aspx, .asax, .asmx

    Virtual folders for the applications were assigned, but the
    application name dialog boxes were blank. Assigned names to the
    applications corresponding to the actual project names.

    Ran aspnet_regiis.exe -r. This enabled the new 1.0.3705.288
    aspnet_wp.exe to be assigned to all scriptmappings.

    Ran regsvr32
    %SYSTEMROOT$\Microsoft.NET\Framework\v1.0.3705\asp net_isapi.dll

    Ran iisreset multiple times.

    I cannot verify that vs.net remote components are installed for this
    version of .net (.288). I also have not of course rebuilt the .net
    framework yet, as my boss has asked me not to until I get some
    responses to this news post.

    Can anyone advise on best way to solve this?
    Andrew Guest

  2. Similar Questions and Discussions

    1. unable to start fms on centos x86_64
      :disgust; Gettting the following error after installing fms on the centos 4.3 x86_64: # ./fmsadmin ./fmsadmin: error while loading shared...
    2. unable to start debugging
      I am working on a xp sp2 system and attempting to use the default vs.net 2003 web service helloworld on a 2003 server, and receive the following...
    3. Unable to start Freehand 10
      Hi, I have a German version of Freehand 10 and I instaled it on Mac OS 9.1. Instalation was OK. But whan I try start Freehand, he unexpectally...
    4. Famous error - Unable to start debugging on the webserver: Details inside
      Hi, I made the unfortunate mistake of installing Windows 2000 Service Pack 4 and .NET Framework 1.0 Service Pack 2 on a development machine...
    5. Unable to start debugging on the web server..
      Hi, a coworker had this once with VS.NET and unfortunately wasn't able to find a workaround. So he had to reinstall. I personally had a case when...
  3. #2

    Default Unable to start debugger on webserver

    Hi,

    I made the unfortunate mistake of installing Windows 2000 Service Pack
    4 and .NET Framework 1.0 Service Pack 2 on a development machine
    (1.0.3705.288). This broke the Visual Studio .NET IDE. However, the
    Fixxml.exe at Microsoft.com fixed that issue. We developed without
    issue for the rest of the day (mostly javascript/related client side
    code) but then the famous "Error trying to run project: Unable to
    start debugging on the web server: Would you like to disable...."
    cropped up.

    These are the following steps that we have taken to resolve this
    problem, all of which were unsuccessful (Debugging worked prior to
    SP4/.Net SP2):

    Verified web.config debug=true in the specific application
    Verified no syntax errors in web.config
    Verified users in Debugger Users/Administrators
    Verified project creation was by NetBIOS name rather than IP address
    Verified Anonymous ACcess/Integrated Windows Authentication enabled
    Verified DEBUG keywords in configuration for .aspx, .asax, .asmx

    Virtual folders for the applications were assigned, but the
    application name dialog boxes were blank. Assigned names to the
    applications corresponding to the actual project names.

    Ran aspnet_regiis.exe -r. This enabled the new 1.0.3705.288
    aspnet_wp.exe to be assigned to all scriptmappings.

    Ran regsvr32
    %SYSTEMROOT$\Microsoft.NET\Framework\v1.0.3705\asp net_isapi.dll

    Ran iisreset multiple times.

    I cannot verify that vs.net remote components are installed for this
    version of .net (.288). I also have not of course rebuilt the .net
    framework yet, as my boss has asked me not to until I get some
    responses to this news post.

    Can anyone advise on best way to solve this?
    Andrew Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139