Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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 >
Posted
Updated 10-Mar-14 2:20am
v5
Comments
ZurdoDev 10-Mar-14 7:36am    
You want to change the web.config? What's the issue?
Shobhana.n 10-Mar-14 9:22am    
I am not able to update web.config file of sharepoint site during deploying any project.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900