|
|
Posted 05 February 2010 -
Category ASP.Net Sub Category Web.Config
 
Option strict is a very important consideration to use in your code. We would recommend you set it on as it makes you have to explicitly set the types correctly in your expressions. Doing so makes you define and understand more clearly what your code is doing.
|
Posted 03 February 2010 -
Category ASP.Net Sub Category Web.Config

Examples of connection strings that would be used in the web.config to connect to a sql server database.
|
Posted 03 February 2010 -
Category ASP.Net Sub Category Web.Config

General website values can be stored in the appSettings section of the web.config to be accessed in code behind through the ConfigurationManager.AppSettings name value collection.
|
|
|