Jan 2nd, 2003, 07:19 AM
#1
Thread Starter
PowerPoster
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
Last edited by Muddy; Jan 2nd, 2003 at 04:04 PM .
Jan 2nd, 2003, 09:41 AM
#2
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.
Jan 2nd, 2003, 09:43 AM
#3
Jan 2nd, 2003, 11:26 AM
#4
Thread Starter
PowerPoster
Thanks Cander, but Ive already seen that and went through all the suggestions. I still have the same problem ...
Jan 2nd, 2003, 03:23 PM
#5
Thread Starter
PowerPoster
Just did a full uninstall/reinstall of VS.NET. Still got the problem.
Please help ..
Anyone?
Jan 2nd, 2003, 03:33 PM
#6
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)
Jan 2nd, 2003, 03:51 PM
#7
Thread Starter
PowerPoster
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.
Jan 2nd, 2003, 03:54 PM
#8
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)
Jan 2nd, 2003, 03:56 PM
#9
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)
Jan 2nd, 2003, 04:02 PM
#10
Thread Starter
PowerPoster
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!
Jan 2nd, 2003, 04:11 PM
#11
aspnet_regiis -i
Thats the command I was referring to in my first post. im glad someone remembered it.
Jan 2nd, 2003, 04:59 PM
#12
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)
Jan 2nd, 2003, 05:59 PM
#13
Thread Starter
PowerPoster
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
Forum Rules
Click Here to Expand Forum to Full Width