Hi there,
You typically need to maintain the folder structure when you unzip. So, don't place them all in one folder, but make sure the original structure is maintained. By default, the built-in zipper of Windows maintains this structure.
The error you get is often caused by opening an incorrect folder in Visual Web Developer. Consider this structure:
C:\Downloads\BegASPNET2\Chapter1
C:\Downloads\BegASPNET2\Chapter2
C:\Downloads\BegASPNET2\Chapter3
Now, when you open up C:\Downloads\BegASPNET2\ as the root of a site in VWD and browse to
http://localhost:1234/Chaper1 you get this error. Instead, open up C:\Downloads\BegASPNET2\Chapter1 and then open the site in your browser.
Hope this helps,
Imar