Can you provide me with an example? Does this all go in the global.asac file?
Here is what I added to my global.ascx so far:
public static String ConnectionString
{
get
{
return System.Configuration.ConfigurationSettings.AppSettings["MyConnectionString"];
}
what do I do next?
}