all groups > visual studio .net general > december 2005 >
You're in the

visual studio .net general

group:

Does Visual Web Developer 2005 Express support ClickOnce?


Does Visual Web Developer 2005 Express support ClickOnce? Seigfried
12/31/2005 11:22:34 AM
visual studio .net general:
I have IIS installed (and I really don't feel the need to install
Visual Web Developer 2005 Express) but I need to know the answer to
this question.

Anybody know?

Thanks!!
Re: Does Visual Web Developer 2005 Express support ClickOnce? Mikhail Arkhipov (Microsoft)
12/31/2005 5:43:06 PM
On 12/31/05 11:22, in article
1136056954.352247.255080@g43g2000cwa.googlegroups.com, "Seigfried"
[quoted text, click to view]
Web sites are different from client projects, nothing is installed on the
client. Hence 'ClickOnce' term does not apply directly to VWD. If you mean
how to deploy a Web application to a server, since ASP.NET compilation does
not require prebuilding everything into a binary, you may simply copy over
files. You have several ways to publish a Web site in VWD:

1. Publish Web command which works similarly to FTP copy utilities
2. Compile Web site into a dll and copy it over to the Web server.

Thanks
Mikhail Arkhipov (Microsoft)
-- This post is provided 'AS IS' with no warranties and confers no rights

Re: Does Visual Web Developer 2005 Express support ClickOnce? Seigfried
12/31/2005 6:00:50 PM
My understanding is that VWD provides a "personal" web server. Can you
publish ClickOnce projects to this web server?
Re: Does Visual Web Developer 2005 Express support ClickOnce? Mikhail Arkhipov (Microsoft)
1/1/2006 8:20:20 AM
On 12/31/05 18:00, in article
1136080850.137435.290360@z14g2000cwz.googlegroups.com, "Seigfried"
[quoted text, click to view]
You don't need to publish anything to the development server. DS allows you
to run and debug ASP.NET applications without IIS. It runs directly from VS
or VWD and works directly off VS Web project. You don't even have to compile
or build the Web.

Thanks
Mikhail Arkhipov (Microsoft)
-- This post is provided 'AS IS' with no warranties and confers no rights
AddThis Social Bookmark Button