Hello,
I'm using SQL 2000, Personal Ed.
IIS 5.0
Win 2k
I copied the code from chapter 3,page 67, example using a data grid. I set up a virtual Directory in IIS. I then tried to open the page in IE:
http://localhost/begaspnetdb/ch03/SQ...onnection.aspx
However, the ASP does not compile. I can see "First Example: Listing data from the Employees table " at the top of the page, but the data grid does not show. When I click on view source, I can still see the
VB Script, it hasn't been compiled.
Then, I tried Webmatrix, and it worked. Viewing the Source showed a compiled page, no
VB Script was visible.
Any suggestions on what I need to do to get IIS working.
thanks,
rwiethorn