Deploying Web.Config
http://www.csharpfriends.com
World's Greatest C# Community    
Home Articles C# Forums Books C# Syntax C# Spec C# Jobs free Source Code Advertise About
 

Control Panel

[ Sign In / register ]
Points   
Notes 
My Forums
My Tutorials
My Profile

Resources

Learn
 Articles
 QuickStarts
 C# Spec
 Whitepapers
 Tools
 Class Browser
 C# Code Generator
 Links
 Misc Rss Feeds
 Code Highlight
 411 Directory
 FREE magazines
 freevb.net

Reviews
  ASP.NET Hosting

Source Code
 Get Version 1.0



C# Consulting
AspDotNetStoreFront
Current Tip:
Deploying Web.Config
 
[prev. Lesson]  Error Reporting [next Lesson]  Screen Scraping in ASP.NET
Deploying Web.Config  by: Salman

If you have develop and administor a live website, you will agree that the web.config can be a pain at times.  The web.config usually contains the databases connection string information and possible other keys that are vital to your website.  It is also very common to have different connection strings and I.P address between your production and development databases.  Instead of manually editing your web.config before uploading your files, I create a folder in my VS.NET project ( or any other editor of your choice) called _liveConfig (the _ will force the folder to the top of your folder hierachy) and have a live version of my web.config which I upload during site updates.  I also download previous .dll's and rename them appriopriatley just in case my update goes wrong.

 

 

   
Current Tip:
Deploying Web.Config
 
[prev. Lesson]  Error Reporting [next Lesson]  Screen Scraping in ASP.NET



Today's Top Movers

Yesterday Top Movers


Monthly Leaders

Top Members

Great Offers
.net hosting
Go To My Pc
Remote Pc Control
C#
ad server
snadtech GoToMyPc

Top of Page

Advertise | SiteMap | About | Link To Us | Privacy Notice Copyright © 2003 - 2005 CSharpFriends.com  All Rights Reserved  Visual C# Developer Center