Learning ASP for DB
am 13.10.2006 07:24:18 von david
Hello,
I am attempting to learn ASP and toying around with reading my products
Jet database to have something to play with. I seem to have ASP enabled
on my server, very simple ASP pages work, but the examples with accessing
a database just give a 500 internal server error. I'm using IIS 5.1 (XP)
The log information for the site isn't helpful for locating the problem.
How does one go about debugging or diagnosing a problem in ASP? Is there
a syntax checker or debug mode that can be enabled? I'm working from
web examples on ASP coding and typing in the pages by hand.
Thank you in advance,
David
Re: Learning ASP for DB
am 13.10.2006 09:11:02 von Mike Brind
"David" wrote in message
news:rOdGr40LMPU3-pn2-N4octLDbbiYF@localhost...
> Hello,
>
> I am attempting to learn ASP and toying around with reading my products
> Jet database to have something to play with. I seem to have ASP enabled
> on my server, very simple ASP pages work, but the examples with accessing
> a database just give a 500 internal server error. I'm using IIS 5.1 (XP)
>
> The log information for the site isn't helpful for locating the problem.
> How does one go about debugging or diagnosing a problem in ASP? Is there
> a syntax checker or debug mode that can be enabled? I'm working from
> web examples on ASP coding and typing in the pages by hand.
>
http://www.aspfaq.com/show.asp?id=2109
--
Mike Brind
Re: Learning ASP for DB
am 15.10.2006 04:54:32 von david
On Fri, 13 Oct 2006 07:11:02 UTC, "Mike Brind" wrote:
> "David" wrote in message
> news:rOdGr40LMPU3-pn2-N4octLDbbiYF@localhost...
>
> http://www.aspfaq.com/show.asp?id=2109
Thank you Mike. The ASPFAQ site gave me many answers as I worked though
setting up a system to play with.
David