DotNetShoutout - Stories tagged with web.config
6
Shouts

10 Things ASP.NET Developers Should Know About Web.config Inheritance and Overrides - Jon Galloway

published 470 days, 21 hours, 36 minutes ago posted by StevesSteves 473 days, 18 hours, 44 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Wednesday, February 01, 2012 5:02:55 PM GMT
The ASP.NET configuration system is build around the idea of inheritance: Each Web.config file applies configuration settings to the directory that it is in and to all of the child directories below it. Settings in child directories can optionally override or modify settings that are specified in parent directories. Configuration settings in a Web.config file can optionally be applied to individual files or subdirectori... (more)
category: Web Dev | clicked: 29 | 1 comment | | source: weblogs.asp.net
tags: web.config, ASP.NET
3
Shouts

Dean Hume - Web.config Transformation Features in Visual Studio 2010

published 554 days, 5 hours, 21 minutes ago posted by deanomachinodeanomachino 558 days, 2 hours, 36 minutes ago
Sunday, November 13, 2011 6:26:32 AM GMT Wednesday, November 09, 2011 9:11:14 AM GMT
Coding Tips & TricksHomeAboutContactCV Web.config Transformation Features in Visual Studio 2010 Tweet When developing applications in Visual Studio, I normally pay a lot of attention to my Solution Explorer. However, I recently spotted something that I didn't notice before. Well, at least something that I haven't paid attention to! In Visual Studio 2010, if you click on the Web.config file and expand the node - there are two extra files - Web.debug.config and Web.Release.config. Now if y... (more)
category: Web Dev | clicked: 53 | 1 comment | | source: deanhume.com
tags: C#, web.config, Visual Studio 2010
2
Shouts

Maintain Scroll Position After Postbacks in Asp.Net

posted by amitjainamitjain 636 days, 7 hours, 22 minutes ago
Tuesday, August 23, 2011 4:24:47 AM GMT
In this example i'm explaining different methods of maintaining scroll position after postbacks in asp.net 2.0,3.5 web pages or applications. (more)
category: Web Dev | clicked: 3 | comment | | source: csharpdotnetfreak.blogspot.com
tags: web.config, ASP.NET
2
Shouts

Set Add Expires Headers In Asp.NET 3.5,2.0

posted by amitjainamitjain 684 days, 22 hours, 17 minutes ago
Tuesday, July 05, 2011 1:30:27 PM GMT
In this example i am Explaining how to add or set expires headers for static files or images in asp.net 2.0, 3.5 (more)
category: Web Dev | clicked: 16 | comment | | source: csharpdotnetfreak.blogspot.com
tags: ASP.Net 2.0, ASP.NET 3.5, web.config, Cache
5
Shouts

Replacing Web.config settings with Transformations

published 699 days, 23 hours, 19 minutes ago posted by lenielleniel 704 days, 14 hours, 48 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

Working with more then one web.config files in asp.net application.

posted by http://rajsudeep.blogspot.com/http://rajsudeep.blogspot.com/ 788 days, 7 hours, 50 minutes ago
Thursday, March 24, 2011 3:57:16 AM GMT
You can work with more then one web.config file in asp.net. Here how to do this. (more)
category: Web Dev | clicked: 1 | comment | | source: beyondrelational.com
tags: web.config, ASP.NET
2
Shouts

Working with more then one web.config files in asp.net application.

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 788 days, 23 hours, 4 minutes ago
Wednesday, March 23, 2011 12:42:53 PM GMT
Recently one of reader of my blog how we can work with more then one web.config files in asp.net application. So I decided to blog about that. Here is the my reply for that. You can work with more then one web.config file in asp.net. But you can not put more then one web.config in each folder. Let’s first understand the hierarchy of web.config and other configuration file settings. On the top of the every configuration files you will have machine.config file which will have all system wide configuration... (more)
category: Web Dev | clicked: 1 | comment | | source: jalpesh.blogspot.com
tags: web.config, ASP.NET
9
Shouts

Continuous Web.config security analysis with WCSA and TeamCity

published 782 days, 22 hours, 29 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 789 days, 3 hours ago
Tuesday, March 29, 2011 1:17:51 PM GMT Wednesday, March 23, 2011 8:47:17 AM GMT
Ah, automation. Any time I find myself doing the same thing more than once, I get the inclination to bundle it all up into something that can begin happening with a single click. Or even better, with no clicks. Recently I’ve begun using the Web.Config Security Analyser. This little beauty let’s you feed in a Web.config then it comes back and tells you everything you’ve done wrong in the world of security configuration. Since the Web.config tends to change a bit over time and poses a potentially serious... (more)
category: Web Dev | clicked: 4 | 2 comments | | source: www.troyhunt.com
tags: Security, web.config, TeamCity
7
Shouts

Custom Errors on ASP.Net MVC - redirectMode="ResponseRewrite" Issue

published 815 days, 3 hours, 56 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 817 days, 18 hours, 35 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 5:11:57 PM GMT
I assume that some of you folks have tried that in your ASP.Net MVC applications and try to figure out why it doesn't work. Well, I have figured it out... (more)
category: Web Dev | clicked: 21 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC, web.config
6
Shouts

Manage multiple web.config files using Phantom

published 1039 days, 22 hours, 24 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 1041 days, 6 hours, 48 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 4:58:49 AM GMT
In the project that I'm currently working on there are a few different environments involved on which the application has to be compiled and run on. Luckily we've found a pretty slick way to handle having local differences in web.config. (more)
category: Web Dev | clicked: 1 | comment | | source: joelabrahamsson.com
tags: configSections, Boo, Phantom, web.config, Configuration, ASP.NET
8
Shouts

Test sending email on Localhost in ASP.NET: The SMTP server alternative

published 1158 days, 23 hours, 6 minutes ago posted by ScioJimScioJim 1161 days, 9 hours, 14 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 2:33:15 AM GMT
This article describes an alternative to setting up a localhost SMTP server to test email functionality of an ASP.NET project, by saving the email to disk. The Specified Pickup Directory method is quick to implement, works well with multipage production code, and makes the project easily transferable to others. (more)
category: Web Dev | clicked: 6 | comment | | source: blogs.sciosoft.com
tags: specified pickup directory, web.config, Test, Email, web development, localhost, SMTP, ASP.NET
2
Shouts

VS2010 - To Transfrom web.config to staging server | syntaxhelp.com

posted by himanethimanet 1191 days, 22 hours, 43 minutes ago
Saturday, February 13, 2010 1:04:26 PM GMT
SQL ServerASP.NETC#.NETJava ScriptLINQMSDOSOracleSharePointVB.NET Visual Studio Reset Visual Studio IDE from command prompt VS2010 - To Transfrom web.config to staging serverVisual Studio Tip - JavaScript IntelliSense to workWPFOther TechnologiesContribute (more)
category: Web Dev | clicked: 1 | comment | | source: syntaxhelp.com
tags: web.config, VS2010
3
Shouts

Access web.config in SharePoint timer job

posted by PraveenPraveen 1231 days, 19 hours, 31 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
2
Shouts

IIS 7 – Managed pipeline mode – Global.asax redirect not working

posted by PraveenPraveen 1237 days, 1 hour, 38 minutes ago
Wednesday, December 30, 2009 10:09:14 AM GMT
I installed Windows 7 and I really like it. I migrated all my applications from my old machine to new. And my old machine is running WS 2003 [iis 6] and new machine is Windows 7 [IIS 7]. In all applications everything ran successful except one. I implemented exception handling in my application. I have Global.asax page and in the Application_Error event, I log the exception details and redirecting the user to the error page. Whenever there is an exception in my application the page never redirect to the ... (more)
category: Architecture | clicked: 3 | comment | | source: praveenbattula.blogspot.com
tags: web.config, IIS 7
6
Shouts

SharePoint timer job and settings or configuration file

published 1236 days, 21 hours, 33 minutes ago posted by PraveenPraveen 1239 days, 1 hour, 42 minutes ago
Wednesday, December 30, 2009 2:13:47 PM GMT Monday, December 28, 2009 10:05:31 AM GMT
I got a question that what is the case when a SharePoint timer job needs a configuration file? Because, I really need the configuration settings for a timer job which I deployed. Because I got a requirement where I need to use the web service in a timer job and it needs the httpBindings and the endpoints. I can't place them in web.config of the web site as I can't access it here. But, I can access the web.config file as I discussed it in my previous post. I can get all the bindings and endpoints from web... (more)
category: Architecture | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: Timer job, web.config, Sharepoint