473,659 Members | 2,671 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS.NET copy websites: why doesn't vs.net keep track of changed/unchanged for my site?

Hi,

I'm using the VS.NET 2008 website copy tool. It is supposed to keep track of
whether files are new, changed, or unchanged relative to a site on my
"remote" server. Most of the time it does not maintain that information
between sessions and the local and remote window indicates a "?" for the
state of each file. Can anyone speculate why this behavior happens? It
definitely makes the tool less easy to use.

Off-topic, but I wish VS.NET had a key binding to upload a given page to a
particular place in a defined "site" as lesser tools like Dreamweaver have
(CTL-SHIFT-U). I recognize that behavior is a bit reductive for how VS.NET
can be used, but the fact is that for some of us it is replacing DW for our
day-to-day site maintenence work and it is annoying that there aren't
trivial agilities like this built into the tool. (Suggestions for
workarounds and hacks eagerly solicited.).

Thanks,
-KF

Jun 27 '08 #1
3 1354
Hello KF,

According to the MSDN article "Walkthroug h: Copying a Web Site Using the
Copy Web Site Tool"
http://msdn2.microsoft.com/en-us/library/xay0wxbf.aspx
The Default.aspx files have question marks (?) next to them. This indicates
that the file has the same name in both sites, but different timestamp data
and no information about the last time the files were copied.

The file status information is maintained based on the files' timestamps
and the last time the files are edited/copied. When you see "?" in the
tool, it means that both the files in the local and remote machine have
been changed since the last synchronization , thus the tool needs to know
whether you want to overwrite the changes on the remote side. This is an
expected behavior from the tool. If you want to discard the changes on the
remote machine, we can click the left-arrow, and select the "Apply to all"
checkbox in the "Confirm File Overwrite" dialog box. Is this explanation
clear for you? If you have any other concerns or questions, feel free to
let me know.

Have a nice day!

Regards,
Jialiang Ge (ji****@online. microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.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/subscripti...t/default.aspx.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 27 '08 #2
Thanks Jialiang. I guess what's weird in my case is that I'm getting the
question marks even when files on the remote machine *haven't* been changed,
at least by me. Simply closing VS.NET and reopening is usually enough to
bring the ? marks back. Perhaps there's some process on my webserver that's
altering the timestamps, but I don't know what that could be. (I do control
the server; it's a Win2003k box). I was curious if anyone else has had this
same experience.

Anyway, thanks for your help. I can start examining if anything is causing
my file timestamps to change.

-KF
"Jialiang Ge [MSFT]" <ji****@online. microsoft.comwr ote in message
news:j7******** ******@TK2MSFTN GHUB02.phx.gbl. ..
Hello KF,

According to the MSDN article "Walkthroug h: Copying a Web Site Using the
Copy Web Site Tool"
http://msdn2.microsoft.com/en-us/library/xay0wxbf.aspx
The Default.aspx files have question marks (?) next to them. This
indicates
that the file has the same name in both sites, but different timestamp
data
and no information about the last time the files were copied.

The file status information is maintained based on the files' timestamps
and the last time the files are edited/copied. When you see "?" in the
tool, it means that both the files in the local and remote machine have
been changed since the last synchronization , thus the tool needs to know
whether you want to overwrite the changes on the remote side. This is an
expected behavior from the tool. If you want to discard the changes on the
remote machine, we can click the left-arrow, and select the "Apply to all"
checkbox in the "Confirm File Overwrite" dialog box. Is this explanation
clear for you? If you have any other concerns or questions, feel free to
let me know.

Have a nice day!

Regards,
Jialiang Ge (ji****@online. microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.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/subscripti...t/default.aspx.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no
rights.
Jun 27 '08 #3
You are welcome, KF.

Apart from the suggestion of examining if anything is causing the files'
timestamps to change, you may also test the Copy Website Tool for a
small/simple web site project and see if it works as expected. For example,
we can create a web site project from Visual Studio, do no changes to the
auto-generated codes, and use the Copy Website tool to copy the site to a
remote directory. Then restart VS, open the tool and check if there are any
question marks beside the files.

If you have any other questions or concerns feel free to let me know.

Have a nice day!
Regards,
Jialiang Ge (ji****@online. microsoft.com, remove 'online.')
Microsoft Online Community Support

=============== =============== =============== ====
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
=============== =============== =============== ====

Jun 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

75
8246
by: Massimo | last post by:
I'm planning to develop a .NET application using C#, in order to sell it as a shareware and/or as a full package, so I'll need a good way to protect it against piracy. I know some ways to protect it (activation, serial keys, etc.), but my concern is: how can any copy protection mechanism work when you can always disassemble it and read the source code? Even if I use a native C++ DLL for my copy protection, the point where it's called from...
2
4170
by: Uwe Range | last post by:
Hi to all, I am developing a database where, with time, it proved to be necessary to keep track of the changes to the data. It is fairly easy to keep track of the time when a record was changed (afterupdate event) -> Is there there a smart way of finding out which field has been changed? I don't want to set a procedure on every field on the edit form for keeping track of that, because the forms will be changed from time to time.
1
1978
by: Chris Stephens | last post by:
The Spring 2004 copy of our Embedded Development Tools Newsletter is now available for downloading from our web site It includes information about...... An affordable USB protocol Analyser Some significant recent price reductions
2
1639
by: Steve Franks | last post by:
The Copy Web tool provided with VS.NET 2005 is very convenient. However every once in a while it seems to think the files on the remote server have changed, which they have not. Then when I use the Copy Web Site feature of Copy Web to just copy the entire web site over, it thinks it has to re-upload the entire site which takes a very long time - when in fact those files on the remote have not changed. Does anyone know why this occurs...
9
10007
by: David Rysdam | last post by:
I have a large amount of data that I copy in and out of Sybase very often. Now I also want to copy this data in and out of postgres. I have an existing script that creates the entire database(s) from scratch in Sybase and then uses the Sybase bulk copy tool "bcp" to copy the data in. I already did a brute force port of this script to postgres once, but I'm trying to do it more elegantly now that I know what issues I'm going to run...
35
2826
by: dragoncoder | last post by:
Just a simple theoritical question to the experts. What was the rationale behind making STL containers follow copy semantics rather than reference semantics. References almost always make things easier without much of overhead. Then why not reference ? Thanks /P
9
2259
by: Chris Pearl | last post by:
Are there Python tools to help webmasters manage static websites? I'm talking about regenerating an entire static website - all the HTML files in their appropriate directories and sub-directories. Each page has some fixed parts (navigation menu, header, footer) and some changing parts (body content, though in specific cases the normally fixed parts might change as well). The tool should help to keep site editing DRY every piece of data,...
7
1255
by: Patrice | last post by:
Hi all, Got a strange problem. In Application_Start, I just store the current date/time in an application variable to keep track of the last time the application started. To my surprise, I noticed in my error reporting log (that dumps various things including this application variable) that sometimes this application variable is not set.
7
2610
by: Arthur | last post by:
hi, this might be a simple one to them who know: i'm developing an asp.net project and use the debug mode. i have a xml file which contains data, that shall be read, if a specific page is run. when i build the project the file is correctly copied to the build location (i selected "build action: none" and "copy if newer"). but when the project is run, the xml file is missing at the directory from which the site is executed. it does not...
0
8428
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8339
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
7360
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4176
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4338
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2757
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1982
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.