<?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>Insert name here &#187; Server</title>
	<atom:link href="http://blog.tanist.co.uk/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tanist.co.uk</link>
	<description>Web development and general IT snippets, possibly some other irrelevant things too.</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting clients to register in SAV (Symantec Antivirus 10.2)</title>
		<link>http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/</link>
		<comments>http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:19:34 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[2003]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[symantec]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=182</guid>
		<description><![CDATA[I&#8217;ve come across this one a few times now so it&#8217;s about time to post about it. For whatever reason, it&#8217;s quite possible to end up with a Symantec AntiVirus client which isn&#8217;t talking to the server &#8211; You may have accidentally uninstalled Symantec AV from you&#8217;re server, reinstalled the server or moved it on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve come across this one a few times now so it&#8217;s about time to post about it.</p>
<p>For whatever reason, it&#8217;s quite possible to end up with a Symantec AntiVirus client which isn&#8217;t talking to the server &#8211; You may have accidentally uninstalled Symantec AV from you&#8217;re server, reinstalled the server or moved it on to another server. So how do you get those SAV clients to re-register in the console?</p>
<p>Well, I decided to use a logon script to sort out a number of clients in one hit. Download the following av-fix batch file:</p>
<p>Download: <a rel="attachment wp-att-183" href="http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/av-fix/">av-fix</a>.bat</p>
<p>In the case of SBS 2003 &#8211; you need to place this file in the netlogon folder. Once in place, open up the file and place your Symantec server name in the correct place, replacing &#8220;\\yourserver&#8221;.</p>
<p>To make the logon script silent, I decided to use a small program called hstart. Download it from <a href="http://www.ntwind.com/software/utilities/hstart.html">here</a> and place in the netlogon folder. My script uses the widely available robocopy, so get yourself a copy of that and place it in the same folder.</p>
<p>Now, from your main logon batch script you just need to insert the following line:</p>
<p>hstart /NOCONSOLE &#8220;av-fix.bat&#8221;</p>
<p>This executes the batch file in hidden mode (the user won&#8217;t notice anything)</p>
<p>The av-fix.bat file places a grc.dat in the correct place on your client machines. It also updates the pki directory.</p>
<p>It&#8217;s tested to work on XP (but I&#8217;m unsure about Vista&#8230;)</p>
<p>Sit back and watch the Symantec Console repopulate as the clients login. Beautiful! I hope you find it useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unrecognized configuration section &#8216;connectionStrings&#8217;</title>
		<link>http://blog.tanist.co.uk/2008/12/unrecognized-configuration-section-connectionstrings/</link>
		<comments>http://blog.tanist.co.uk/2008/12/unrecognized-configuration-section-connectionstrings/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 21:37:34 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[dot]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=80</guid>
		<description><![CDATA[A few weeks back I was working on setting up an ASP application which I knew very little about. Having setup IIS I encountered the follow error message: Server Error in &#8216;/&#8217; Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal; page-break-after: avoid;">A few weeks back I was working on setting up an ASP application which I knew very little about. Having setup IIS I encountered the follow error message:</p>
<blockquote>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal; page-break-after: avoid;"><strong><span style="font-size: 24pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Server Error in &#8216;/&#8217; Application. </span></strong></p>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal; page-break-after: avoid;"><strong><em><span style="font-size: 18pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Configuration Error</span></em></strong><strong><span style="font-size: 18pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></strong></p>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Description: </span></strong><span style="font-size: 12pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.</span></p>
<p><strong>Parser Error Message: </strong>Unrecognized configuration section &#8216;connectionStrings&#8217;</p>
<p><strong>Source Error:</strong><br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></p>
<table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0cm 0.5pt; background: yellow none repeat scroll 0% 0%; width: 468pt;" width="624">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> </span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Line   20:<span> </span></span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Line   21:<span> </span>&lt;/appSettings&gt;</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: red;">Line 22:<span> </span>&lt;connectionStrings&gt;</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><br />
<strong>Source File: </strong>D:\home\Default\website.com\htdocs\web.config<strong> Line: </strong>22<br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Version Information:</span></strong><span style="font-size: 12pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> Microsoft .NET Framework Version:1.1.4322.2379; ASP.NET Version:1.1.4322.2379 </span></p>
</blockquote>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;">
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;">
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;">Well, it turns out this is what happens if you try and run an ASP.NET 2.0 application using ASP.NET 1.1. So just follow these quick steps to cure the problem:</p>
<ol>
<li>Click Start</li>
<li>Click Run</li>
<li>Type inetmgr (or open the IIS manager from the admin tools)</li>
<li>Expand the server object</li>
<li>Expand Default Websites</li>
<li>Select your website, eg website.com</li>
<li>Right click and go to Properties</li>
<li>Select ASP.Net Tab</li>
<li>ASP.Net version select version 2</li>
</ol>
<p>If this option isn&#8217;t available make sure you have the dotnet framework 2.0 installed. Problem solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/12/unrecognized-configuration-section-connectionstrings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP ML310 = Unobtainium</title>
		<link>http://blog.tanist.co.uk/2008/10/hp-ml310-unobtainium/</link>
		<comments>http://blog.tanist.co.uk/2008/10/hp-ml310-unobtainium/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 14:56:55 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[ML310]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=6</guid>
		<description><![CDATA[Anyone else finding it hard to get one of these?]]></description>
			<content:encoded><![CDATA[<p>Anyone else finding it hard to get one of these?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/10/hp-ml310-unobtainium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

