On how to create new web sites with VWD:
http://msdn2.microsoft.com/library/ms186104(en-US,VS.80).aspx
For the server extensions, open the Internet Information Services Management
Consol, right-click on the web site and proper virtual directory and choose
"All Tasks" -> "Remove Server Extensions" but usually, I don't touch them.
Instead, I create a new Virtual Directory, set it as an application (I think
that creating a new virtual directory as an application is now the default
with PWS 5.1), set the version to 2 in its ASP.NET properties and use this
as my new web site application with VS.NET 2005. For the later step, you
can choose to open the web site application as a web site under IIS or to
open directly the physical repertory that has been created behind the
virtual repertory.
You can also directly use a physical repertory for your new project with
VS.NET 2005 because it has now its own mini-web server but some
functionalities will be missing.

Signature
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF
> Hello
> I have a few questions which are probably quite obvious to the experts.
[quoted text clipped - 26 lines]
>
> Rodger