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.
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.
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.
read here Muddy
http://msdn.microsoft.com/library/de...rvererrors.asp
Thanks Cander, but Ive already seen that and went through all the suggestions. I still have the same problem ...
Just did a full uninstall/reinstall of VS.NET. Still got the problem.
Please help ..
Anyone?
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?Quote:
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?
Thanks for the reply btw.
Try deleting the Web.Config file in that application's folder. ... And reboot.
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!!!!!!!!!!!!!!!!!!!!!!!!!!!Quote:
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.
dooooooood
Ive been hacking at this all day and you fix it with one command :D
Many many thanks!
aspnet_regiis -i
Thats the command I was referring to in my first post. im glad someone remembered it. :p
Any time. :)
Thanks Cander!Quote:
Originally posted by Cander
aspnet_regiis -i
Thats the command I was referring to in my first post. im glad someone remembered it. :p