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 ...How can I use a DSN data connection ?How can I use a DSN data connection ?
Previous
 
Next
New Post
10/1/2010 4:35 AM
 
I am still trying to determine why I have such slow performance from DNN on my site, and I would like to try a suggestion from the hosting service. I currently access sql server using the IP address of the server. They claim I could get better performance using the server name (by which, they mean the DSN name created with the database). I know that this is a somewhat deprecated way of connecting to datat, but I have not been able to determine the reason for my performance problem, so I need to check out everything. Can someone please tell me how I would alter the 2 lines in the web.config file to use a DSN name?

Thank you much!
 
New Post
10/1/2010 4:57 AM
 
in your connection string use "Server=servername" or "Server=servername\instancename", if there is a named instance. this is not deprecated AFAIK. you need to use database name and login data.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/1/2010 7:02 AM
 
Sebastian Leupold wrote:
in your connection string use "Server=servername" or "Server=servername\instancename", if there is a named instance. this is not deprecated AFAIK. you need to use database name and login data.

 Sebastian, sorry, but that sounded a bit cryptic to me. I don't fully understand what you are saying (and what is AFAIK?). Are you saying that a DSN can not be used? I tried changing the connections string  to:

<add name="SiteSqlServer" connectionString="Provider=MSDASQL.1;Data Source=dsn_name;Initial Catalog=db_name;User ID=****;Password=*****" providerName="System.Data.SqlClient" />

but this did not work. Please explain further.

 
New Post
10/1/2010 8:50 AM
 
you need to use MS SQL provider to access the database, e.g. < add name="SiteSqlServer" connectionString="Data Source=.\sqlexpress;Initial Catalog=mydnndatabase;User ID=myuser;Password=secret" providerName="System.Data.SqlClient" / >

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How can I use a DSN data connection ?How can I use a DSN data connection ?


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