简体   繁体   中英

Update existing asp.net Project with WCF

I have eCommerce ASP.net Project, This project have 20 important dlls and more java script files when i want to update website for my clients i have to give them dlls and js files and ask them to replace new files with old files and many many troubles.


But I want to create system like web service to update each client automatically like antivirus Update !

Is That even possible !

How about ClickOnce ?

It's a microsoft tool that allows you to update the client automatically. When the client opens the application, it asks the server if there are any updates - If there are, it downloads them and updates. If not - nothing special happens and the app just start regulary.

A Web Deploy Package works quite nicely.

Create Package: right click Publish and choose Web Deploy Package . This creates a .zip deploy package, which you can then easily import into IIS.

Deploy to IIS 7: right click your site -> Deploy -> Import Application -> Navigate to the .zip deployment package, that's it. Here's a detailed walkthrough

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM