DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Wed, 22 Aug 2007 12:06:10 -0700,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    am
          2    Peter Bromberg [C# MVP]
                 3    am
                        4    (Steven Cheng[MSFT])


Faster and more efficient ways to copy website content from VS.NET interface (besides the "Copy Website" tool?)   
Using VS.NET I am wondering what methods developers use to deploy ASP.NET 
website content to a remote server, either using FTP or network file copy.

Ideally there would be a one-button or one-key-chord way to upload a single 
file or a single site.

In Dreamweaver, you can hit "Control-Shift-U" to upload a single file to the 
remote site you have configured. This is extremely handy when you're doing 
quickie fixes and development, more handy than the VS.NET "Copy Website" 
tool. I wish VS.NET had a similar feature, or I wish I understood how to set 
it up to do something like this.

An alternative would be if I could somehow set up a macro bound to a key 
sequence that would synchronize a site.

I recognize this runs a bit against the grain of VS.NET's emphasis on 
quality code and development practices, but more people are going to be 
replacing Dreamweaver and its ilk with VS.NET, and it would be nice if we 
could use the tool in sloppy ways if necessary.

Any suggestions?

-KF
Date:Wed, 22 Aug 2007 12:06:10 -0700   Author:  

RE: Faster and more efficient ways to copy website content from VS.NET   
Well if you have your FTP client open, you should be able to just drag the 
file into it's  remote files window and you're done, no?
-- Peter
Recursion: see Recursion
site:  http://www.eggheadcafe.com
unBlog:  http://petesbloggerama.blogspot.com
BlogMetaFinder:    http://www.blogmetafinder.com



"kenfine@newsgroup.nospam" wrote:


> Using VS.NET I am wondering what methods developers use to deploy ASP.NET 
> website content to a remote server, either using FTP or network file copy.
> 
> Ideally there would be a one-button or one-key-chord way to upload a single 
> file or a single site.
> 
> In Dreamweaver, you can hit "Control-Shift-U" to upload a single file to the 
> remote site you have configured. This is extremely handy when you're doing 
> quickie fixes and development, more handy than the VS.NET "Copy Website" 
> tool. I wish VS.NET had a similar feature, or I wish I understood how to set 
> it up to do something like this.
> 
> An alternative would be if I could somehow set up a macro bound to a key 
> sequence that would synchronize a site.
> 
> I recognize this runs a bit against the grain of VS.NET's emphasis on 
> quality code and development practices, but more people are going to be 
> replacing Dreamweaver and its ilk with VS.NET, and it would be nice if we 
> could use the tool in sloppy ways if necessary.
> 
> Any suggestions?
> 
> -KF 
> 
> 
> 
Date:Wed, 22 Aug 2007 13:48:17 -0700   Author:  

Re: Faster and more efficient ways to copy website content from VS.NET   
Yes, but I want faster than GUI-stuff. A binding to a single key, button, or 
menu item, as Dreamweaver has. This is a significant weakness of VS.NET 
IMHO, and the only thing that's better about DW at this point. Should be 
solvable. :)


"Peter Bromberg [C# MVP]"  wrote 
in message news:B7AEF961-F2D8-41DA-AE6A-52B88E719DC8@microsoft.com...

> Well if you have your FTP client open, you should be able to just drag the
> file into it's  remote files window and you're done, no?
> -- Peter
> Recursion: see Recursion
> site:  http://www.eggheadcafe.com
> unBlog:  http://petesbloggerama.blogspot.com
> BlogMetaFinder:    http://www.blogmetafinder.com
>
>
>
> "kenfine@newsgroup.nospam" wrote:
>
>> Using VS.NET I am wondering what methods developers use to deploy ASP.NET
>> website content to a remote server, either using FTP or network file 
>> copy.
>>
>> Ideally there would be a one-button or one-key-chord way to upload a 
>> single
>> file or a single site.
>>
>> In Dreamweaver, you can hit "Control-Shift-U" to upload a single file to 
>> the
>> remote site you have configured. This is extremely handy when you're 
>> doing
>> quickie fixes and development, more handy than the VS.NET "Copy Website"
>> tool. I wish VS.NET had a similar feature, or I wish I understood how to 
>> set
>> it up to do something like this.
>>
>> An alternative would be if I could somehow set up a macro bound to a key
>> sequence that would synchronize a site.
>>
>> I recognize this runs a bit against the grain of VS.NET's emphasis on
>> quality code and development practices, but more people are going to be
>> replacing Dreamweaver and its ilk with VS.NET, and it would be nice if we
>> could use the tool in sloppy ways if necessary.
>>
>> Any suggestions?
>>
>> -KF
>>
>>
>> 
Date:Wed, 22 Aug 2007 13:59:06 -0700   Author:  

Re: Faster and more efficient ways to copy website content from VS.NET   
Hi Kenfine,

Thanks for your feedback, I agree that for the file uploading/FTP client 
functinality, the one VS IDE provide currently is still quite generic and 
not that powerful and flexible as other prefessional FTP client or Web 
Designer tools(like DW).  So far the Visual Studio IDE still mainly focus 
on the programming specific tasks, and for ASP.NET web application, VS 2005 
and its add-on components will focus on the development and compilation 
features. For example, there has shipped a "Web Deployment project" for 
better and flexible precompilation of a given ASP.NET 2.0 Web application. 
And it will make the deployment preparation for an ASP.NET 2.0 appliation 
more convenient:

#Visual Studio 2005 Web Deployment Projects 
http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx

BTW, have you had a chance to have a look at the Expression Web(or 
Expresion Design Studio), it seems those suite will become the main design 
tools in the future and Expression web is more like a web page designer 
such as DW.

In addition, though the web publish feature is still quite limited, I 
suggest you post it to our feedback center so as to show your ideas and 
thoughts to your dev team. Your feedback and comments are really valuable 
resource:

#Visual Studio and .NET Framework Feedback 
https://connect.microsoft.com/feedback/default.aspx?SiteID=210&wa=wsignin1.0

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

 

==================================================

Get notification to my posts through email? Please refer to 
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

 

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues 
where an initial response from the community or a Microsoft Support 
Engineer within 1 business day is acceptable. Please note that each follow 
up response may take approximately 2 business days as the support 
professional working with you may need further investigation to reach the 
most efficient resolution. The offering is not appropriate for situations 
that require urgent, real-time or phone-based interactions or complex 
project analysis and dump analysis issues. Issues of this nature are best 
handled working with a dedicated Microsoft Support Engineer by contacting 
Microsoft Customer Support Services (CSS) at 
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================
 	

This posting is provided "AS IS" with no warranties, and confers no rights.
Date:Thu, 23 Aug 2007 06:24:47 GMT   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us