DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'web.config' Subscribe to this feed
4
kicks
submitted by crpietschmann crpietschmann 1 month, 24 days ago

blogs.msdn.com — In Tip#8 we saw how to create a Web User control, register a Web User Control and use the Web User control in your page. Note that VS added a @Register directive right at the top of the page on drag drop of the user control on to your page. But in future if you want to move the location of your User controls you will be forced to change the Register directive in multiple places depending on how many pages you have used the User Control. This could be a pain. This can be easily solved by moving the registration of the user control to your Web.config file with the following entry, so that any change in location can be updated only at one place. read more...

Add a comment add a comment | category: | Views: 11
tags: , , | tag it

4
kicks
submitted by Obishawn Obishawn 4 months, 12 days ago

blog.obishawn.com — I describe a quick and easy way of changing or removing development settings in your web.config to make it production ready. read more...

Add a comment add a comment | category: | Views: 30
tags: , | tag it

3
kicks
submitted by jamesewelch jamesewelch 4 months, 19 days ago

jamesewelch.wordpress.com — If you add a new ASP.NET web site as a virtual directory/application under an existing ASP.NET web site, then you’ll probably be having some problems with web.config inheritance. Even if the sub-webapp is physically separate, just being in a virtual directory located within another webapp will result in many of the settings being inherited and messing up your sub-webapp. read more...

Add a comment add a comment | category: | Views: 37
tags: , | tag it

19
kicks
published 5 months, 12 days ago, submitted by anogueira 5 months, 17 days ago

west-wind.com — This saved me a lot of time. Great post. read more...

Add a comment add a comment | category: | Views: 419
tags: , , , , | tag it

1
kicks
submitted by mnour 9 months, 7 days ago

mnour.blogspot.com — Have you ever wanted to provide a level of protection to your values in the configuration files? Using aspnet_regiis will help you in encrypting the configuration section(s) in the config files. The executable resides in: "<windows_root>\Microsoft.NET\Framework\<framework_version>" and It was common to be used in installing ASP.NET on IIS. However, you can use it as well in encrypting/decrypting the configuration files. read more...

Add a comment add a comment | category: | Views: 0
tags: , , , | tag it

4
kicks
submitted by oyonti 11 months, 18 days ago

oyonti.com — If you work with data, then you need a way to connect to your data source and manipulate the information contained within. In .Net, as always, there are a number of ways to tackle this issue. This article provides an overview of the most common methods and links to further reading. read more...

Add a comment add a comment | category: | Views: 6
tags: , , , , | tag it

2
kicks
submitted by dwahlin 1 year, 1 month ago

weblogs.asp.net — If you work with a large number of applications then you know what a pain it can be to manage multiple web.config files and multiple connection strings for development, staging/test, and production databases. This article discusses an alternative that allows connection strings to be consolidated into a single file that can be shared across mutliple applications. It also shows how connection strings can be loaded dynamically based upon a URL which can greatly simplify getting correct connection strings for dev, staging, and production databases. read more...

Add a comment add a comment | category: | Views: 6
tags: , , | tag it

17
kicks
published 1 year, 2 months ago, submitted by gavinjoyce gavinjoyce 1 year, 2 months ago

weblogs.asp.net — "One of the questions I get asked fairly regularly is: 'how can I can easily change different configuration settings in my web.config file based on whether my application is in a dev, qa, staging or production mode?' The most common scenario for this is one where an application uses different database connection-strings for testing and production purposes." read more...

Add a comment 1 comment | category: | Views: 10
tags: , , , | tag it

28
kicks
published 1 year, 2 months ago, submitted by mikeon 1 year, 2 months ago

vaultofthoughts.net — As an alternative to appSettings you can use SingleTagSectionHandler to store settings in a web.config file. Learn how. read more...

Add a comment 4 comments | category: | Views: 80
tags: , , | tag it

12
kicks
published 1 year, 3 months ago, submitted by gt1329a gt1329a 1 year, 3 months ago

encosia.com — How to use ASP.NET AJAX's Application.init event to safely call JavaScript after the framework is initialized and avoid the dreaded Sys is undefined error. read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

4
kicks
submitted by mikeon 1 year, 4 months ago

vaultofthoughts.net — Few things to know when working with Web.config and App_Code directory. What is the assembly name for App_Code classes, how to use controls defined there etc. read more...

Add a comment add a comment | category: | Views: 69
tags: , , , | tag it

31
kicks
published 1 year, 5 months ago, submitted by simonech simonech 1 year, 5 months ago

stevenharman.net — This post explain how to split the connection string out into a new configuration file, user.config. Doing this should make day to day development easier for our development team by reducing the number of merge conflicts in web.config. read more...

Add a comment add a comment | category: | Views: 5
tags: , , , , | tag it

9
kicks
published 1 year, 6 months ago, submitted by crpietschmann crpietschmann 1 year, 6 months ago

nikhilk.net — A little known attribute, configSource, enables some level of configuration factoring and splitting for the ever-growing web.config... read more...

Add a comment 1 comment | category: | Views: 1
tags: , , , | tag it

3
kicks
submitted by yahden 1 year, 7 months ago

dotnetsamplechapters.blogspot.com — If you get the Message Length Exceeded error then open your web.config file and increase maxJsonLength to something bigger than 500 read more...

Add a comment add a comment | category: | Views: 3
tags: , , , | tag it

16
kicks
published 1 year, 8 months ago, submitted by crpietschmann crpietschmann 1 year, 8 months ago

codemodule.net — Deploying web applications can become a painful task if you have to check for a number of settings that you have to modify your code to make it work in production environment. There are chances that developers might miss something if there are a lot of deployment pushes. Features like debugging, tracing, error message display could be a big performance issue if they are turned "on" the production environment. read more...

Add a comment add a comment | category: | Views: 35
tags: , , | tag it

17
kicks
published 1 year, 9 months ago, submitted by swatermasysk 1 year, 9 months ago

scottwater.com — ASP.Net web.config tips. read more...

Add a comment add a comment | category: | Views: 2
tags: , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge