Quote:
|
I am going FILE/OPEN PROJECT and browsing to my website from there.
|
In that case, you chose the wrong project type and are not following the book's steps exactly. Take another look at page 37, step 2. It says:
Choose File | New Web Site
and not File | New Project.
There's a big difference between the two. Refer to page 34 for a discussion between a Web Site Project and a Web Application Project. You should probably start over in Chapter 2, or use the downloadable source from that chapter as the starting point for chapter 3.
If this doesn't fix the issue. can you be more specific and provide some detailed answers to my earlier questions? "I am going FILE/OPEN PROJECT and browsing to my website from there." is not that specific as "my website from there" could mean anything. In VWD, there's quite a difference in behavior if you open your website as C:\BegASPNET and then browse to
http://localhost:12345/Site or open it from C:\BegASPNET\Site and browse to it as
http://localhost:12345. (The latter is correct.) The more specific details you provide, the better I can help you out.
Cheers,
Imar