|
|
Stories recently tagged with 'web.config'
|
|
submitted by
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
|
category: ASP.NET | Views: 11
|
|
tags:
web.config, Tip, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 37
|
|
tags:
web.config, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Security | Views: 0
|
|
tags:
Configuration, web.config, Security, .Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 6
|
|
tags:
ConnectionStrings, enterprise, web.config, ASP.NET, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 6
|
|
tags:
DanWahlin, web.config, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
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...
1 comment
|
category: ASP.NET | Views: 10
|
|
tags:
web.config, Tips, ASP.NET, ScottGuthrie | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
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
|
category: AJAX | Views: 7
|
|
tags:
web.config | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 5 months ago, submitted by
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
|
category: ASP.NET | Views: 5
|
|
tags:
ASP.NET, Tips, StevenHarman, ConnectionString, web.config | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 3
|
|
tags:
JSON, web.config, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
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
|
category: ASP.NET | Views: 35
|
|
tags:
machine.config, web.config, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|