<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Schwarz Network &#187; IIS</title>
	<atom:link href="http://bobschwarz.com/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobschwarz.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 16:41:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Loading Saved Site Configuration into IIS</title>
		<link>http://bobschwarz.com/loading-saved-site-configuration-into-iis/</link>
		<comments>http://bobschwarz.com/loading-saved-site-configuration-into-iis/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 18:42:23 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://adminreports.com/loading-saved-site-confiuration-into-iis/</guid>
		<description><![CDATA[If you read Saving Site Configuration to File you'll also want to know how to load that file back into your Windows Server running IIS. You can use the file to duplicate the site configuration on a development Windows server. <a class="more-link" href="http://bobschwarz.com/loading-saved-site-configuration-into-iis/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you read <a title="Loading site configuration to file" href="http://adminreports.com/saving-site-configuration-to-a-file/">Saving Site Configuration to File</a> you&#8217;ll also want to know how to load that file back into your Windows Server running IIS. You can use the file to duplicate the site configuration on a development Windows server.</p>
<p>Use it when you move to another Windows server. You can even use it to load a new website so you don&#8217;t have to configure PHP or any other extensions or loadable modules. Keep in mind if you do want to load a new website to duplicate the configuration you&#8217;ll have to change the host headers and IP address assigned to the new site in Windows Server IIS manager.</p>
<p>Let&#8217;s get started.</p>
<p><span id="more-277"></span></p>
<p>First thing to do is start IIS manager. Start &gt; Administrative Tools &gt; Internet Information Services(IIS) Manager.</p>
<p><a title="Start IIS Manager" href="http://bobschwarz.com/wp-content/uploads/2008/02/start-iis.gif" rel="lightbox[277]"><img src="http://bobschwarz.com/wp-content/uploads/2008/02/start-iis-150x150.gif" alt="Start IIS Manager" /></a></p>
<p>Once you have it open right click Websites and select New &gt; New  website from file. A browse to box will popup and you can browse to the location you saved the site configuration to.</p>
<p><a title="New Website from File" href="http://bobschwarz.com/wp-content/uploads/2008/02/new-website-from-file.gif" rel="lightbox[277]"><img src="http://bobschwarz.com/wp-content/uploads/2008/02/new-website-from-file-150x150.gif" alt="New Website from File" /></a> <a title="Import Configuration Box" href="http://bobschwarz.com/wp-content/uploads/2008/02/import-configuration.gif" rel="lightbox[277]"><img src="http://bobschwarz.com/wp-content/uploads/2008/02/import-configuration-150x150.gif" alt="Import Configuration Box" /></a></p>
<p>Once you browse to the file click Read. In the bottom box some text will scroll and it will say successful if it imported correctly. If it didn&#8217;t it will tell you the errors. You can manually edit the xml file to correct the errors if you wish.</p>
<p>If you used this to create a new website with the same configuration as an existing site then right click the new website and change host headers and IP address.</p>
<p>Thats&#8217; it. If you have any questions post a comment to this article.  If you need one on one help visit <a href="http://adminreports.com/forum">Admin Reports Forum</a>.<br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/loading-saved-site-configuration-into-iis/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Saving Site Configuration to a File</title>
		<link>http://bobschwarz.com/saving-site-configuration-to-a-file/</link>
		<comments>http://bobschwarz.com/saving-site-configuration-to-a-file/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 16:36:00 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[meta data]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://adminreports.com/saving-site-configuration-to-a-file/</guid>
		<description><![CDATA[From time to time it is a good idea to save the site meta data (configuration) to a file. I do this every time I make a change to the site configuration. It's also good to have a backup in case something bad happens to the server. <a class="more-link" href="http://bobschwarz.com/saving-site-configuration-to-a-file/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>From time to time it is a good idea to save the site meta data (configuration) to a file. I do this every time I make a change to the site configuration. It&#8217;s also good to have a backup in case something bad happens to the server. I  treat site configuration backups the same way I do a mysql backups. I download them to my dev server for safe keeping.</p>
<p>Let&#8217;s get started.</p>
<p><span id="more-270"></span></p>
<p>Open up IIS Manager, Start &gt; Internet Information Services(IIS) Manager.</p>
<p><a href="http://bobschwarz.com/wp-content/uploads/2008/02/start-iis.gif" title="Start IIS Manager" rel="lightbox[270]"><img src="http://bobschwarz.com/wp-content/uploads/2008/02/start-iis-150x150.gif" alt="Start IIS Manager" /></a> <a href="http://bobschwarz.com/wp-content/uploads/2008/01/iis-manager.gif" title="IIS  manager Started" rel="lightbox[270]"><img src="http://bobschwarz.com/wp-content/uploads/2008/01/iis-manager-150x150.gif" alt="IIS  manager Started" /></a></p>
<p>Once you have IIS manager started right click the website and select all tasks &gt; save configuration to file.</p>
<p><a href="http://bobschwarz.com/wp-content/uploads/2008/01/save-to-file.gif" title="Save To File" rel="lightbox[270]"><img src="http://bobschwarz.com/wp-content/uploads/2008/01/save-to-file-150x150.gif" alt="Save To File" /></a></p>
<p>A box will popup that you can fill in to save the file.</p>
<p><a href="http://bobschwarz.com/wp-content/uploads/2008/01/save-as-box.gif" title="Save File to Box" rel="lightbox[270]"><img src="http://bobschwarz.com/wp-content/uploads/2008/01/save-as-box-150x150.gif" alt="Save File to Box" /></a></p>
<p>You&#8217;ll want to fill in the file name. I use site-name.xml   since the file is an XML formatted document. Then you&#8217;ll want to browse to the directory where you want to save the file. Make it a place you can easily remember so you can send the file to your backup server.</p>
<p>You can also password protect the file so no one can  access it except the person that knows the password. Set a password if you choose. I never set this option since I am the only one with access to the servers.</p>
<p>That&#8217;s it. You now have a backup of your site meta data. If you move servers or the data gets corrupted you can easily restore it using the file you just created.</p>
<p>If you find this info helpful or have any questions post a comment to this article. If you need one on one help start a thread on the <a href="http://adminreports.com/forum">forum</a>.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/saving-site-configuration-to-a-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

