Actually charlie, it was a simple matter of turning this on in IIS manager.
If you locate your IIS Manager in Control panel and then under the Virtual
Directory Tab , edit configuration and check the server side debugging, this
will do it.
--
OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me
Time flies when you don't know what you're doing
[quoted text, click to view] "Charlie" <Charlie@discussions.microsoft.com> wrote in message
news:BDA52BDE-CE5B-4690-A2B3-50B521200BA1@microsoft.com...
> I have been going in circles following all the advice of threads. At 3am
on
> the second day, I found the solution that worked.
>
> SP2 for .net framework 1.0
>
> "Charlie" wrote:
>
> > I get the following error when starting a web project from vb.net:
....Unable
> > to start debugging on the web server. Server side-error occurred on
sending
> > debug HTTP request...
> >
> > I use Win 2000, visual studio 1.0, sql server 2000 is not being used.
> >
> > The problem began yesterday when I reloaded IIS.
> >
> > I then re-loaded VS, and ran aspnet_regiis.exe -i, and
> > regsrv32 %path%\aspnet_isapi.dll successfully.
> >
> > web.config is set to the defaults: authentication mode="windows",
> > debug="true".
> >
> > Machine config processModel userName="machine" password="AutoGenerate".
> >
> > My admin login and ASPNET are members of VS Developers and Debugger
Users.
> > Both have rights at wwwroot.
> >
> > the anonymous access for the default web site, and my test web use the
> > ASPNET account with IIS assigned password.
> >
> > I can use localhost from a browser to view asp and html pages, but not
aspx.
> >
> > Any ideas as to why I can no longer get aspx debugging to work?
> >
> > I have worked on this for two days now. Please help if you can.