Hi there,
You opened the wrong folder as a website in VWD. Normally, you should have the site in C:\BegASPNET\Site\ This in turn means you have a Demos folder here: C:\BegASPNET\Site\Demos
If you have set it up like this, then open the site as follows:
1. Choose File | Open Web Site
2. Browse to C:\BegASPNET\Site
3. The Solution Explorer should now show a Sub folder called Demos.
When you browse to the demos folder, you should see something like:
http://localhost:12345/Demos/Calculator.aspx
When you store the files at a different location (e.g. C:\BegASPNET\Site\PlanetWrox) be sure to change the path in step 2. That is, don't browse to C:\BegASPNET\Site and the end up with a PlanetWrox main folder in the Solution Explorer in VWD.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
Beginning ASP.NET 3.5 : in C# and VB,
ASP.NET 2.0 Instant Results and
Dreamweaver MX 2004
Want to be my colleague? Then check out this post.