I have a simple ASP.NET solution that uses an Access database that I want to update from a windows application without any additional user intervention. This is to create an online tracking system. Products come in and are recorded on the windows application
system and I want these updates simultaneously updating the ASP.NET application behind the scenes with no further user intervention. Hope that makes sense, I would really appreciate the help and will be in your debt forever ;) Cheers, Sam.
it should be easy enough to use the System.Net.WebClient class to post, say, and XML document from the windows app to the ASP.NET app, and then process it on receipt. does this sound like the sort of thing you're after? both are written for the .NET framework,
right? j
RTFM - straight talk for web developers. Unmoderated, uncensored, occasionally unreadable
Yes both are written for the .NET platform and that does sound like the kind of solution I am after. I do not have much experience with XML which is probably why I didn't think of that approach however it sounds feasible to me. If there is any additional information
out there to help me with this please post possible tutorials on the System.Net.WebClient class, XML etc but particularly how to process the XML document on receipt. Plus are there any other possible solutions? Thanks for the help, Sam.
leet_samurai
Member
10 Points
2 Posts
Updating an ASP.NET app from a windows app
Jul 31, 2003 11:20 PM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: Updating an ASP.NET app from a windows app
Aug 01, 2003 03:28 AM|LINK
Jason Brown - MVP, IIS
leet_samurai
Member
10 Points
2 Posts
Re: Updating an ASP.NET app from a windows app
Aug 01, 2003 01:46 PM|LINK