Results 1 to 13 of 13

Thread: I cant use ASP.NEt - "Unable to start debugging" - Please help! [RESOLVED]

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    I cant use ASP.NEt - "Unable to start debugging" - Please help! [RESOLVED]

    I found a few related posts, but no solutions. Someone please help! I get the attached error when I try to run (F5) any ASP app.
    Attached Images Attached Images  
    Last edited by Muddy; Jan 2nd, 2003 at 04:04 PM.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    2 possiblites. You need to run repair utility for iis, I think it is iisreg or something like that, anyone still got this somehwere?

    Or you have a booboo in your web.config file if you made any changes to it.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Thanks Cander, but Ive already seen that and went through all the suggestions. I still have the same problem ...

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Just did a full uninstall/reinstall of VS.NET. Still got the problem.

    Please help ..

    Anyone?

  6. #6
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    The ASPX files, are they local or an other machine?

    Also, go to the IIS control panel, right click the default Website, All tasks, Server Extensions.

    Are they enabled?
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  7. #7

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by Lord_Rat
    The ASPX files, are they local or an other machine?

    Also, go to the IIS control panel, right click the default Website, All tasks, Server Extensions.

    Are they enabled?
    "All Tasks - Check Server Extensions" ran and said it corrected some problems ... but I still get that same debugging error. Is that what you were talking about?

    Thanks for the reply btw.

  8. #8
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    Try deleting the Web.Config file in that application's folder. ... And reboot.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  9. #9
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    If the above all fail, go to the command prompt, change directory to:

    C:\Windows Directory\Microsoft.Net\Framework\v1.0.3705

    and type

    aspnet_regiis -i

    Failing that, Im stumped.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  10. #10

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by Lord_Rat
    If the above all fail, go to the command prompt, change directory to:

    C:\Windows Directory\Microsoft.Net\Framework\v1.0.3705

    and type

    aspnet_regiis -i

    Failing that, Im stumped.
    Lord Rat for President!!!!!!!!!!!!!!!!!!!!!!!!!!!

    dooooooood

    Ive been hacking at this all day and you fix it with one command

    Many many thanks!

  11. #11
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    aspnet_regiis -i

    Thats the command I was referring to in my first post. im glad someone remembered it.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  12. #12
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    Any time.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  13. #13

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by Cander
    aspnet_regiis -i

    Thats the command I was referring to in my first post. im glad someone remembered it.
    Thanks Cander!

Posting Permissions

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



Click Here to Expand Forum to Full Width