Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...get connection string from web.confing of dnn web project to a class inside a class library projectget connection string from web.confing of dnn web project to a class inside a class library project
Previous
 
Next
New Post
2/12/2013 1:24 AM
 

I am trying to get connection string from web.confing of dnn web project to a class inside a class library project. for that i have create a class inside a class library project and define a property to get connection string my code looks like this

Class inside a class library project

public static class Data

    {

public static string ConnectionString

        {
            get 
            {
                string stringcon = ConfigurationManager.ConnectionStrings["shooploopdbcon"].ConnectionString;
                return stringcon;
            }
        }

}

connection string inside web.confing of dnn web project

<connectionStrings>

    <add name="shooploopdbcon" connectionString="Data Source=MyServer;Initial Catalog=MyDB;Integrated Security=SSPI;User ID=MyDB;Password=admin;" providerName="System.Data.SqlClient" />

  </connectionStrings>

 

but when i am calling class property it is rising a error and always saying  " object reference not set to an instance of an object "

please suggest solution for this ? or provide sample code for that ?

thanks 

shailendra


 
New Post
2/28/2013 3:03 AM
 
This problem has been solved i was putting connection string in wrong project.

I has to put connection string in web config of hosted site instead i was putting connection string in a web project inside solution.

It was my mistake.

thanks
shailendra
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...get connection string from web.confing of dnn web project to a class inside a class library projectget connection string from web.confing of dnn web project to a class inside a class library project


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out