Auto Update a asp.net app

  • Thread starter Thread starter DaveF
  • Start date Start date
The words "auto" and "update" have many meanings. Perhaps you could supply
us with the meaning of these words in the context of your question.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
If I make changes to a web app, I would like the program automatically check
my web service for an update and download the updated files to their web
server.

--
 
Possible, yes. If you replace certain types of files in your app, it will
cause the app to re-start, which will be problematic, but not necessarily
extremely so. Your best bet would be to remove this functionality from your
ASP.Net app, and write a service or script that can be scheduled to do this
from outisde of your ASP.Net app.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top