I'm trying to get past the 1st example in the book Beginning ASPNET 1.0 with
VB.Net, but I get a error:
Runtime Error Has Occurred
Do you wish to debug?
Line 3
Error: Expected ";"
I followed the instructions in the Beg ASPNet 1.0 with
VB.Net book to set up my IIS, set up a virtual Directory as instructed.
I have:
Win2k,
VS.Net,
1.1 Framework
I copied the file from the downloadable code.
However, when I use Microsoft's ASP.Net WebMatrix web server, the file runs.
Oddly enough I get this same errror on the 1st example for the book Beg ASPNET 1.0 with Database., chapter 3, page 67.
When I run that example on WebMatrix, it compiles and runs.
My goal is to use IIS, and the Visual Studio to develope my ASP.NET projects, not webmatrix.
Any suggestions, or comments....all are welcome,
Thanks,
rwiethorn