如何使用asp.net为Web应用程序创建补丁文件 [英] How to create a Patch file for a web application using asp.net

查看:59
本文介绍了如何使用asp.net为Web应用程序创建补丁文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想了解VS 2010中是否有可用的规定,或者是否使用某些第三方工具来为Web应用程序创建补丁/热修复程序.我不想发布复制和替换文件/dll方法的方法,而是使用Web安装程序以一种方式安装应用程序,以便仅更新从原始应用程序更改的文件并将其安装在虚拟目录中.

I want to understand if there is a provision available within VS 2010 or using some third party tool for creating Patches/Hot fixes to a web application. I don't want to publish copy and replace the files / dlls methodology, Rather use a web setup that installs the application in a way such that only the files that were changed from the original application will be updated and installed in the Virtual Directory.

更清楚地说,我想执行以下步骤:

To be more clear, I would like to do the following steps:

第1步

a)创建一个包含10页的Web应用程序

a) Create a Web Application with 10 Pages

b)使用Web设置项目部署Web应用程序

b) Deploy the web application using Web Setup Project

第2步

c)在10页中的2页中更改功能

d)仅为2个更改的文件和受影响的Dll创建补丁.

步骤-3:

e)运行作为修补程序或修补程序创建的安装文件.

e) Run the setup file that was created as a patch or a hot fix.

现在,我想获得步骤-2部分中提到的 c) d)点.

Now, I want to achieve the c) and d) points that are mentioned in Step -2 section.

推荐答案

假定您已遵循MSI修补程序

Assuming you have followed MSI patching guidelines when creating the initial web setup project and the one you want to derive a patch from...

基本准则(如果您进行搜索,还需要遵循其他准则):

Basic guidelines (plenty of others to follow if you search):

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆