Tag Archives: configurationmanager does not exist in the current context

configurationmanager does not exist in the current context

To read connection string from web.config we need to use configurationmanager class and its method which root class is System.Configuration; If you want to use you need to add namespace using System.Configuration; Though you used this namespace, when you will … Continue reading

Posted in ASP.NET, C#, Languages | Tagged , , | 784 Comments