Hmmm.. let's compare to VS 6.0 because it seems I haven't known how to
explain myself.
I'll told you how it is in VS6.0
I create a project named, for example, MYSITE. The wizard lets me choose to
create a new web site named MYSITE or to connect to an already existing site
because it was created before by other user by mean of VS 6.0
When I finish the wizard. If the web site didn't exist, the following events
occur:
- A local folder named MYSITE is created (the developer's machine)
- A web site in the remote server is created
When the site did exist, the following events occur:
- A local folder named MYSITE is created (the developer's machine)
- All files present in the web site are added automatically to the project.
From your messages, it isn't clear if VS.NET works the same way. It was
always clear that the project is created locally (in developer's machine),
but the original question was about what happen with the serrver. I don't
have VS.NET now at hand to make the tests by myself, so I will rephrase the
question:
If in the wizard of VS.NET, I write
http://webserver/mysite, and if mysite
already exists, does VS.NET connect to the existing site and add all files
automatically to the project? if the answer is no, does VS.NET delete the
site and recreate it? or does it do nothing?
Thanks
Jaime