I now pointed WFetch at http://localhost/DNN_451_Source/Default.aspx, and I get the following results:
started....WWWConnect::Connect("localhost","80")\nIP = "127.0.0.1:80"\nsource port: 1567\r\n
REQUEST: **************\nGET /DNN_451_Source/Default.aspx HTTP/1.1\r\n
Host: localhost\r\n
Accept: */*\r\n
\r\n
RESPONSE: **************\nHTTP/1.1 500 Server Error\r\n
Transfer-Encoding: chunked\r\n
Server: Microsoft-IIS/5.1\r\n
Date: Sun, 20 May 2007 13:49:30 GMT\r\n
Connection: close\r\n
Content-Type: text/html\r\n
--------------: ---\r\n
\r\n
Server Application Error\n
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.WWWConnect::Close("localhost","80")\nclosed source port: 1567\r\n
finished.
It tends to look like either the DNN classes are not registered, or the database setup is not correct.
Thoughts?