将项目部署到该sharepoint站点时更新sharepoint站点的web.config。 [英] Update web.config of sharepoint site on Deployment of project into that sharepoint site.

查看:76
本文介绍了将项目部署到该sharepoint站点时更新sharepoint站点的web.config。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友,



我在某种情况下陷入困境。



问题:

我有一个项目可以说Test1。

我有一个本地sharepoint网站说http:// localhost:22222。

我想要在将项目Test1部署到站点http:// localhost:22222期间更新站点http:// localhost:22222的web.config。

我想更新以下标签的newVersion 。



< dependentAssembly>

< assemblyIdentity name =Test1publicKeyToken =340f48253aa1ef13culture =Neutral/>

< bindingRedirect oldVersion =1.0.0.0newVersion =2.0.0.0/> < / dependentAssembly>

Hi Friend,

I am stuck at some scenario.

Problem:
I have a project lets say Test1.
I have one local sharepoint site say "http://localhost:22222".
and I want to update web.config of site "http://localhost:22222" during deployment of project "Test1" to site "http://localhost:22222".
I want to update newVersion of following tag.

< dependentAssembly >
< assemblyIdentity name="Test1" publicKeyToken="340f48253aa1ef13" culture="Neutral" />
< bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0" /> < / dependentAssembly >

推荐答案

这篇关于将项目部署到该sharepoint站点时更新sharepoint站点的web.config。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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