All Categories
- Recent Posts
Recent Posts
Tag Archives: System.Configuration
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
