DotNetShoutout - Stories tagged with Settings
5
Shouts

Replacing Web.config settings with Transformations

published 730 days, 3 hours, 39 minutes ago posted by lenielleniel 734 days, 19 hours, 8 minutes ago
Monday, June 20, 2011 12:28:19 PM GMT Wednesday, June 15, 2011 8:58:54 PM GMT
Let’s say you want to point to a different connection string when you deploy your ASP.NET Web Project to your hosting provider. Until recently you’d have to modify your Web.config file manually. This is an easy procedure but you might end screwing up the file in some way. Visual Studio 2010 comes with a great new feature called Web.config Transformation that allows you to perform transformations in whatever section of your Web.config file. (more)
category: Web Dev | clicked: 40 | comment | | source: www.leniel.net
tags: connection string, web.config, Configuration, Transformations, Visual Studio, Settings, web project, ASP.NET
3
Shouts

Access web.config in SharePoint timer job

posted by PraveenPraveen 1261 days, 23 hours, 51 minutes ago
Monday, January 04, 2010 4:16:15 PM GMT
In SharePoint customization we have the requirements to write custom code for web parts, timer jobs etc. In this post I want to tell you some interesting things in SharePoint. I have written some timer jobs to deploy into my SharePoint server to match some requirements or to solve some problems. My requirement is, I want to access the web application or web site configuration [web.config] file in the SharePoint timer job. But, the limitations in SharePoint stops me to access the configuration files in ... (more)
category: Architecture | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: web.config, Timer jobs, Configuration, Settings, Sharepoint