Submit Content

Sponsor



Results


ASP.NET: Shortcut: No more hard coding the physical path to your access database in the ConnectionString section of your web.config

If your database is located in the App_Data folder of your web application. Here is a neat little shortcut for your Access Database ConnectionString.

0 Comments   Posted by LazyAssCoder on Jun 16, 2008   579 Views  


ASP.NET: How To: Separate your connectionStrings and appSettings configuration settings into external configuration files

In this article, we will describe how to separate your connection strings and appSettings into external files from your web.config or app.config.

0 Comments   Posted by LazyAssCoder on Dec 04, 2007   324 Views  


ASP.NET: How To: Get the ConnectionString from the Web.Config in ASP.NET 2.0

0 Comments   Posted by LazyAssCoder on Jul 26, 2007   141 Views