<?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>Admin Reports &#187; IIS</title>
	<atom:link href="http://adminreports.com/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminreports.com</link>
	<description>Resources for Server and Forum Admins that run Windows Servers and IIS.</description>
	<lastBuildDate>Sun, 18 Jul 2010 14:00:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Loading Saved Site Configuration into IIS</title>
		<link>http://adminreports.com/loading-saved-site-configuration-into-iis/</link>
		<comments>http://adminreports.com/loading-saved-site-configuration-into-iis/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 18:42:23 +0000</pubDate>
		<dc:creator>BSchwarz</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 <a href="http://adminreports.com/saving-site-configuration-to-a-file/" title="Loading site configuration to file">Saving Site Configuration to File</a> 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.

Use it when you move to another Windows server. You can even use it to load a new website so you don'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'll have to change the host headers and IP address assigned to the new site in Windows Server IIS manager.]]></description>
			<content:encoded><![CDATA[<p>If you read <a href="http://adminreports.com/saving-site-configuration-to-a-file/" title="Loading site configuration to 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-53"></span></p>
<p>First thing to do is start IIS manager. Start &gt; Administrative Tools &gt; Internet Information Services(IIS) Manager.</p>
<p><a href="http://adminreports.com/wp-content/uploads/2008/02/start-iis.GIF" rel="lightbox[53]" title="Start IIS Manager"><img src="http://adminreports.com/wp-content/uploads/2008/02/start-iis.thumbnail.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 href="http://adminreports.com/wp-content/uploads/2008/02/new-website-from-file.GIF" rel="lightbox[53]" title="New Website from File"><img src="http://adminreports.com/wp-content/uploads/2008/02/new-website-from-file.thumbnail.GIF" alt="New Website from File" /></a>  <a href="http://adminreports.com/wp-content/uploads/2008/02/import-configuration.GIF" rel="lightbox[53]" title="Import Configuration Box"><img src="http://adminreports.com/wp-content/uploads/2008/02/import-configuration.thumbnail.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 />
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-2292466120976221";
/* Admin Reports Posts */
google_ad_slot = "2391864490";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.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://adminreports.com/saving-site-configuration-to-a-file/</link>
		<comments>http://adminreports.com/saving-site-configuration-to-a-file/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 16:36:00 +0000</pubDate>
		<dc:creator>BSchwarz</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.]]></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-47"></span></p>
<p>Open up IIS Manager, Start &gt; Internet Information Services(IIS) Manager.</p>
<p><a href="http://adminreports.com/wp-content/uploads/2008/02/start-iis.GIF" rel="lightbox[47]" title="Start IIS Manager"><img src="http://adminreports.com/wp-content/uploads/2008/02/start-iis.thumbnail.GIF" alt="Start IIS Manager" /></a> <a href="http://adminreports.com/wp-content/uploads/2008/01/iis-manager.GIF" rel="lightbox[47]" title="IIS  manager Started"><img src="http://adminreports.com/wp-content/uploads/2008/01/iis-manager.thumbnail.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://adminreports.com/wp-content/uploads/2008/01/save-to-file.GIF" rel="lightbox[47]" title="Save To File"><img src="http://adminreports.com/wp-content/uploads/2008/01/save-to-file.thumbnail.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://adminreports.com/wp-content/uploads/2008/01/save-as-box.GIF" rel="lightbox[47]" title="Save File to Box"><img src="http://adminreports.com/wp-content/uploads/2008/01/save-as-box.thumbnail.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><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2292466120976221";
/* Admin Reports Posts */
google_ad_slot = "2391864490";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://adminreports.com/saving-site-configuration-to-a-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
