Tray on the Web
The Ramblings of an IIS/SharePoint Admin, Music Lover, and Margarita Connoisseur

How To Export/Import a Website in IIS 7.x

This article has been moved to my new blog at http://trayontheweb.com



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Installing and Configuring NLB on Windows Server 2008

This article has been moved to my new blog at http://trayontheweb.com



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

How to Synchronize a Website Between Two IIS 6 Servers Using MSDeploy

This article has been moved to my new blog at http://trayontheweb.com



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

How to Connect to a Restored Content Database in SharePoint

Occasionally you’ll need to restore content databases in SharePoint, whether to recover some lost data or refresh a dev/test environment.  Here are the steps needed in order to access the new data:

  • Determine which database contains the site collection you need to restore.  You can find this by going to Central Administration—>Application Management—>Site Collection List.  Choose the appropriate web application from the dropdown, and click on the site collection that you’re working with. 

image

  • Restore your database within SQL.  If restoring to the same environment, overwrite the existing database.  If restoring to a different farm, restore it with the same name of the database you’ll be replacing.  If you are restoring to a different farm, make sure the proper service accounts have rights to the database.  At minimum the farm admin account will need to be assigned the dbcreator and securityadmin roles within SQL.
  • Once the database has been restored, you’ll then need to use stsadm –deletecontentdb in order to detach the old database from the site collection.  The command needs to be in the following format: stsadm –o deletecontentdb –url http://websitename/sitecollection –databasename <ContentDBName>

image

  • Now you’ll need to use –addcontentDB to attach the restored DB to the site collection using the following format: stsadm –o addcontentdb –url http://websitename/sitecollection –databasename <ContentDBName> –databaseserver  <SQLServerName>

image

  • You should now be able to access the site collection with the updated content database from a browser.

image



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

FIX: Security Groups and Distribution Lists are Missing Users from Child Domains Within SharePoint

This article has been moved to my new blog at http://trayontheweb.com



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

How To Determine Which Application Pool W3WP.EXE Belongs To on an IIS 7 Web Server

This article has been moved to my new blog at http://trayontheweb.com



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

How To Determine Which Application Pool W3WP.EXE Belongs To on an IIS 6 Web Server

This article has been moved to my new blog at http://trayontheweb.com



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

How To Cluster IIS 6 Web Servers

This article has been moved to my new blog at http://trayontheweb.com



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Using the Web Deployment Tool to migrate from IIS 6 to IIS 7

This article has been moved to my new blog at http://trayontheweb.com



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Synchronizing a site between two IIS 7 web servers

This article has been moved to my new blog at http://trayontheweb.com



  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati