My COmpany wants to push content to another company at the end of the day. I
would like to have this run on a server with out human interaction...
We use MS Visual Studio 2003 with the latest WS 2.0 patch and etc...
Any suggestions or links to article that talk about automated WS...
Robb Gilmore - 15 Apr 2005 21:18 GMT
You haven't said what type of content you are pushing, or where it is stored,
but if it resides in a SQLServer database, DTS is one option and it will save
you somne coding. See http://www.asp101.com/articles/carvin/dts/default.asp
for a very basic description, and search on MSDN for DTS instructions.