No announcements
Found 2774793 threads
-
0 Votes
Adding Tags in Web.Config Programmatically through WSP deployment.
Here is a powershell method to take care of the web.config modifications.Answered | 2 Replies | 2975 Views | Created by Ind_Alchemist - Monday, September 17, 2012 9:51 AM | Last reply by Anand . Ramanan - Monday, September 17, 2012 6:59 PM -
0 Votes
Web deployment project - web.config section replacement does not add remove tag
Except for the extra line after the remove, how does your remove differ from the one I listed in the source?Unanswered | 2 Replies | 63 Views | Created by Anonymous - Friday, August 6, 2010 11:11 AM | Last reply by Anonymous - Tuesday, August 10, 2010 7:00 PM -
0 Votes
add tag in web.config by Code
Add the SPWebConfigModification to the SPWebApplication.WebConfigModifications collections.Answered | 2 Replies | 5280 Views | Created by himo - Wednesday, June 15, 2011 10:04 AM | Last reply by Anders Runge [Denmark] - Wednesday, June 15, 2011 12:27 PM -
1 Votes
where to add <httpHandlers> tag in web.config file for Windows Azure web application
The new location for <httpHandlers> is in the system.webServer / handlers section of web.config.Answered | 1 Replies | 6307 Views | Created by DeepakArora123 - Friday, October 7, 2011 9:19 AM | Last reply by Anindita-MSFT - Friday, October 7, 2011 9:28 AM -
0 Votes
httpModules section is not working in Web.config
You would want to add this to the <modules> section in the <system.webServer> section.Answered | 2 Replies | 3261 Views | Created by mungkood - Saturday, January 5, 2013 6:08 AM | Last reply by mungkood - Tuesday, January 8, 2013 9:37 AM -
2 Votes
Add and Remove Web.config SafeControls Programmatically
http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/a77a3524-775c-4d04-9920-5bc831e5607a Other Posts on same ...Answered | 3 Replies | 7709 Views | Created by NieAR - Saturday, April 9, 2011 2:47 PM | Last reply by Lambros Vasiliou - Sunday, April 10, 2011 8:51 PM -
0 Votes
The item web.config does not exist in the project directory
Please select the Silverlight host web project and then Show All Files with the right-top button in solution explorer window.Answered | 4 Replies | 7323 Views | Created by TheRedGuy1990 - Friday, October 9, 2015 3:47 PM | Last reply by Andy ONeill - Monday, October 12, 2015 9:51 AM -
0 Votes
Sharepoint web.config MergedActions section
Thanks Jonathan, so its basically just an entry for informational purposes saying "these are the MergedActions that have been applied to this web.config when the web ...Answered | 3 Replies | 5884 Views | Created by mattwhetton - Tuesday, April 20, 2010 12:39 PM | Last reply by mattwhetton - Wednesday, April 21, 2010 10:18 AM -
0 Votes
Remove HTML tags without REPLACE
SUBSTRING(@inputStringCleaned2,stpos+2,1) CASE WHEN StreamNext2 IN ...Answered | 5 Replies | 15986 Views | Created by teesql - Friday, February 4, 2011 8:01 PM | Last reply by Damien Maresma - Friday, March 13, 2015 6:55 PM -
0 Votes
Web deployment projects and web.config file section replacement - does it work?
User-729062814 posted Julian, Unfortunately Web Deployment Projects don't expose a way to debug or release w/o the config change.Unanswered | 7 Replies | 23 Views | Created by Anonymous - Friday, January 27, 2006 10:03 AM | Last reply by Anonymous - Sunday, January 29, 2006 7:29 PM -
0 Votes
How to create a deployment project that add's on to an existing installation.
Backwards compatibility would be a development issue, however what I'v suggested removes the old product and installs the new one.Answered | 1 Replies | 2153 Views | Created by UmmGewD - Thursday, February 9, 2012 4:38 PM | Last reply by PhilWilson - Thursday, February 9, 2012 9:44 PM -
3 Votes
Updating web.config
Actually right now I have to update the web.config file which have the settings of my web service project.Answered | 4 Replies | 13959 Views | Created by Himanshu Shukla 1 - Friday, May 30, 2008 7:25 AM | Last reply by Ed Price - MSFT - Monday, February 20, 2012 6:24 AM -
1 Votes
Project is not adding assemblies to Web.Config file
When I create a new VS.NET 2005 web application project I also do not have an <assemblies> node defined with any assemblies being added.Answered | 2 Replies | 8620 Views | Created by Lant - Monday, August 31, 2009 11:43 AM | Last reply by YiChun Chen - Wednesday, September 2, 2009 4:05 AM -
0 Votes
Wanting to Use Azure Git Deployment with VS2012 Web Publishing web.config transforms
I'll remove the SCM_BUILD_ARGS and see if that builds and works and get back to you.Answered | 14 Replies | 4563 Views | Created by Peter Kellner - Saturday, May 4, 2013 5:30 PM | Last reply by Peter Kellner - Monday, May 6, 2013 1:48 AM -
0 Votes
Configure Web.Config for deployment
http://forums.asp.net/26.aspx/1?Answered | 2 Replies | 1166 Views | Created by onotistuta - Thursday, August 13, 2015 5:39 AM | Last reply by Jiayi Li - Friday, August 14, 2015 1:33 AM -
0 Votes
Connection strings are not replaced with Azure connection strings in Git continuous deployment
I suggest that you add the connection string manually to the web config.Answered | 1 Replies | 1603 Views | Created by anisoptera - Thursday, January 9, 2014 10:18 PM | Last reply by Syed Irfan Hussain - Thursday, August 7, 2014 6:59 AM -
0 Votes
Web Deployment Project feature: partial replacement of web.config sections
User839087101 posted Correct - it is a limitation that you can only swap out entire sections in web.config upon deployment.Unanswered | 1 Replies | 16 Views | Created by Anonymous - Monday, March 27, 2006 11:56 AM | Last reply by Anonymous - Tuesday, March 28, 2006 4:33 AM -
0 Votes
web.config file section replacement to REMOVE a section?
User372121194 posted Hi, From your description, I understand that you want to change the web.config's content between different environments, such as ...Answered | 1 Replies | 90 Views | Created by Anonymous - Monday, March 30, 2009 5:28 PM | Last reply by Anonymous - Thursday, April 2, 2009 4:59 AM -
0 Votes
Deployment and modification of web.config file
It is just what I was looking for in order to move ahead and modify this web.config file, but I feel that it requires too much background knowledge that I do not possess at ...Answered | 2 Replies | 765 Views | Created by eps123 - Monday, August 15, 2016 1:56 AM | Last reply by eps123 - Wednesday, August 17, 2016 1:59 PM -
0 Votes
web.config file section replacement
We were able to successfully use Team Build and the web deployment project to change web.config sections.Answered | 5 Replies | 11042 Views | Created by jason d - Tuesday, June 13, 2006 6:52 PM | Last reply by jason d - Friday, June 16, 2006 9:12 PM - Items 1 to 20 of 2774793 Next ›
No announcements