In VS03 you had the option to copy ONLY files required to run. VS05 copies
all files and I can't find a similar option in VS05 to turn off ALL files.
Seems to me you would want to avoid having all your .cs and .resx files up on
some public server.
Can you turn this off?
Thanks.
Hi James,
I think you want to use the "Copy Web Site" to deploy your new web site to
the target server, if so, I suggest you use the "Publish Web
Site"(Build\Publish Web Site) to achieve this in VS2005.
Visual Studio 2005 makes the process of moving a development Web site to a
staging or production server easier and different from its earlier
versions. In VS2003, the primary ways to deploy the files were by using the
Copy Project utility, but in VS2005, there is a new utility Publish Web
Site, which compiles your Web site into a set of executable files. With
that you can copy the files using any method you choose to the target
server. Please refer to the following MSDN doc for details:
Publishing Web Sites
http://msdn2.microsoft.com/en-us/library/377y0s6t.aspx
By the way, the VS2005's Copy Web Site utility is similar to an FTP
utility, you can open a folder on a target server, and then upload and
download files respectively between the current Web site and the target Web
site, please also refer the corresponding MSDN documentation for it:
Copying Web Sites with the Copy Web Site Tool
http://msdn2.microsoft.com/en-us/library/1cc82atw.aspx
Thanks for your understanding!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
James - 28 Dec 2005 13:40 GMT
Thanks for the links. That pointed me in the right direction.
> Hi James,
>
[quoted text clipped - 34 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
"Gary Chang[MSFT]" - 29 Dec 2005 01:36 GMT
You are welcome, James!
Good Luck!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.