Copy VSS structure to server with asp.net
- by Tyzak
i want to copy the structure (with the documents) from our vss server to an webserver.
Therefore i want to create an application which is on this webserver.
i want to use asp.net.
i don't know what exactly i need therefore :
I have to build somekind of connection?
then go throw the structure and copy it somehow : ?
important: i want to copy the documents with the right creation date ( it changes when i just copy the doc.)
are there APIs for asp.net <- vss?