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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Migrating an application/website from one server to another !!Migrating an application/website from one server to another !!
Previous
 
Next
New Post
3/25/2009 1:05 AM
 

 I have my application/website (Centre Of Excellence) running on server1(hstslc). Now I need to migrate it to another server(psicf). What I did was i took back up of Server1 and restored it in server 2. Now I made the following changes in the connection String & App setttings in webconfig file and executed.

Webconfig file

<connectionStrings>

<addname="SiteSqlServer"connectionString="Server=hstslc;Database=dbdb;uid=ipl;pwd=coepwd;"ProviderName="System.Data.SqlClient" />

</connectionStrings>

<appSettings>
  
    <add key="SiteSqlServer" value="Server=hstslc;Database=dbdb;uid=ipl;pwd=coepwd;"/>

    ... ... ... ... .. .. .. .... ...

</appSettings>

 

 

Changed to :

<connectionStrings>

<add name="SiteSqlServer" connectionString="Server=psicf;Database=coedb;uid=uid1;pwd=pwd1;" ProviderName = "System.Data.SqlClient" />
</connectionStrings>

<appSettings>
  
    <add key="SiteSqlServer" value="Server=psicf;Database=coedb;uid=uid1;pwd=pwd1;" />

    ... ... ... ... .. .. .. .... ...

</appSettings>

But It shows the following error. Any idea what else needs to be done ?

Server Error in '/CentreOfExcellence' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
 

 

If I change the connection string to the old one i.e., server1(hstslc), its working absolutely fine

What could be the problem ? Help Me !!

 

 
New Post
3/25/2009 4:05 AM
 

It sounds like a simple server hickup, try to change again and make sure the database is accessible (server supports TCP/IP and allows for remote access).


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Migrating an application/website from one server to another !!Migrating an application/website from one server to another !!


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