> Yes as it has nothing to do with VS. VS 2002,3,5 all use the FP Server
> extensions to talk to the web server to create a site on localhost. VS
[quoted text clipped - 23 lines]
>>>>
>>>> Thanks in advance!
re:
> I would have thought that VS 2005 would communicate with IIS without them.
It does.
Take it from the horse's mouth :
http://weblogs.asp.net/scottgu/archive/2005/08/21/423201.aspx
<quote>
A few of the big improvements that we think developers will like:
No More FrontPage Server Extension Requirement
Unlike previous releases of Visual Studio, VS 2005 no longer requires developers to use
or have FPSE (FrontPage Server Extensions) installed in order to create or build web projects.
You can now browse, create, and open local IIS applications and vdirs without FPSE on the box
(instead we now have support for VS 2005 to directly use the IIS Metabase configuration store to
attach and identify sites/apps/vdirs and associated physical path bindings).
You can also edit and open web projects directly off of the file-system, or access them remotely over FTP.
FPSE is still fully supported for those who want it. But if you are in the camp that doesn’t want it
(which based on feedback is 95%+ of you), your _vti_ directories will be a thing of the past.
Also, “Copy Web” supports FTP when copying your web to a remote server.
You can also use FTP after publishing your website to a local folder.
</quote>
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>I guess my point was that since MS is phasing out FP (and the server extensions), I would have thought that VS 2005
>would communicate with IIS without them.
[quoted text clipped - 19 lines]
>>>>>
>>>>> Thanks in advance!
Scott M. - 21 Jul 2007 19:51 GMT
> re:
>> I would have thought that VS 2005 would communicate with IIS without
>> them.
>
> It does.
My point exactly. My comment (above) was in response to Mark's comment
(below).
>> VS uses the FrontPage Server Extensions to communitate with the web
>> server.
Juan T. Llibre - 21 Jul 2007 22:14 GMT
re:
!> My comment (above) was in response to Mark's comment (below).
!>> VS uses the FrontPage Server Extensions to communitate with the web server.
Indeed.
That should have read :
"VS 2005 *can* use the FrontPage Server Extensions to
communicate with the web server, although it doesn't need to."
Imho, FPSE cause more problems than they solve.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>> re:
>>> I would have thought that VS 2005 would communicate with IIS without them.
>>
>> It does.
> My point exactly. My comment (above) was in response to Mark's comment (below).
>
>>> VS uses the FrontPage Server Extensions to communitate with the web server.
Scott M. - 21 Jul 2007 23:18 GMT
> Imho, FPSE cause more problems than they solve.
I agree, and IMHP, they always did.