how to connect sql servr asp.net in Class 4 whole project ?
means one connection for whole asp.net website?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish Kumar ChoudharyPosted Nov 24, 2014, 6:22 AM
Features
///
/// Configuration is used for creating connection string.
///
public class Configuration
{
internal static string connectionString = ConfigurationManager.ConnectionStrings[""].ConnectionString;
}