<?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>Adventures With .Net &#187; godaddy</title>
	<atom:link href="http://adventureswith.net/tag/godaddy/feed/" rel="self" type="application/rss+xml" />
	<link>http://adventureswith.net</link>
	<description>C# and the like</description>
	<lastBuildDate>Tue, 15 Nov 2011 15:34:18 +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>GoDaddy vs Umbraco &#8211; Access to Umbraco.config is denied</title>
		<link>http://adventureswith.net/godaddy-vs-umbraco-access-to-umbraco-config-is-denied/</link>
		<comments>http://adventureswith.net/godaddy-vs-umbraco-access-to-umbraco-config-is-denied/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 15:13:54 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[godaddy]]></category>
		<category><![CDATA[umbraco]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=127</guid>
		<description><![CDATA[If you got the error along the lines of &#8230;./App_Data/Umbraco.config -  Access is denied. Add the following into your web.config &#60;system.web&#62; &#60;identity impersonate=&#8221;true&#8221;/&#62; &#60;/system.web&#62; It says to do  that in the error anyway]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-1280"></div></div><p>If you got the error along the lines of</p>
<blockquote><p><strong>&#8230;./App_Data/Umbraco.config -  Access is denied.</strong></p></blockquote>
<p>Add the following into your web.config</p>
<blockquote><p><strong>&lt;system.web&gt;<br />
&lt;identity impersonate=&#8221;true&#8221;/&gt;<br />
&lt;/system.web&gt;</strong></p></blockquote>
<p>It says to do  that in the error anyway</p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/godaddy-vs-umbraco-access-to-umbraco-config-is-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Godaddy Hosting &#8211; Medium Trust vs Inversion of Control</title>
		<link>http://adventureswith.net/godaddy-hosting-medium-trust-vs-inversion-of-control/</link>
		<comments>http://adventureswith.net/godaddy-hosting-medium-trust-vs-inversion-of-control/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 01:32:29 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[IoC]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://AdventuresWith.Net/?p=54</guid>
		<description><![CDATA[Whatever I think of Godaddy, they haven’t caused me too much pain yet, just minor inconvenience. This time it’s my precious StructureMap. StructureMap, I like it and alot of people do, but it just won’t work under Medium Trust! So &#8230; <a href="http://adventureswith.net/godaddy-hosting-medium-trust-vs-inversion-of-control/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-550"></div></div><p>Whatever I think of Godaddy, they haven’t caused me too much pain yet, just minor inconvenience. This time it’s my precious StructureMap.</p>
<p>StructureMap, I like it and alot of people do, but it just won’t work under Medium Trust! So it’s either time to change Hosts, or change IoC container. Pretty obvious which one is the easier choice here. </p>
<p><strong>So what choice do you have? Well not much. So the answer is:</strong></p>
<blockquote><p><a href="http://unity.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=18855#DownloadId=47882" target="_blank">Unity from Microsoft Patterns &amp; Practices</a>*</p>
</blockquote>
<p><font color="#777777">Here’s a <a href="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=unity&amp;DownloadId=47882&amp;FileTime=128697897350700000&amp;Build=16135" target="_blank">nice manual</a> to go with it. </font></p>
<p>And what’s not able to be run in medium / partial trust:</p>
<blockquote><p>Windsor Castle     <br />Spring.Net      <br />StructureMap</p>
</blockquote>
<p>There was someone who was explaining how to download and build Spring.Net to allow it to run under Medium Trust, but that seems pretty likely to cause issues when you hack code (try to ignore my NHibernate post when I say that). </p>
<p>It may be the same for the other 2, but off the bat, Unity wins.</p>
<p>*Caveat: Unity is restricted in what it can do when run without ReflectionPermission (which is what Medium Trust disallows), but typically this won’t affect much from the normal IoC behaviour.&#160; The restrictions are explained on this <a href="http://msdn.microsoft.com/en-us/library/dd203232.aspx" target="_blank">MSDN doc</a>, but it’s to do with internal and private constructors and properties. If it’s public you should be sweet. </p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/godaddy-hosting-medium-trust-vs-inversion-of-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNSDataView saves my life from GoDaddy&#8217;s DNS servers, again.</title>
		<link>http://adventureswith.net/dnsdataview-saves-my-life-from-godaddys-dns-servers-again/</link>
		<comments>http://adventureswith.net/dnsdataview-saves-my-life-from-godaddys-dns-servers-again/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 00:26:32 +0000</pubDate>
		<dc:creator>Dann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[godaddy]]></category>

		<guid isPermaLink="false">http:/AdventuresWith.Net/?p=8</guid>
		<description><![CDATA[Its always tough to figure out what’s happening to your domains when you register them, set the Name Servers and… well nothing happens. So you do this: 1) Download DNSDataView and run it 2) Write in your Domain name and &#8230; <a href="http://adventureswith.net/dnsdataview-saves-my-life-from-godaddys-dns-servers-again/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="rw-left"><div class="rw-ui-container rw-class-blog-post rw-urid-90"></div></div><p>Its always tough to figure out what’s happening to your domains when you register them, set the Name Servers and… well nothing happens.</p>
<p>So you do this:</p>
<p>1) Download <a href="http://www.nirsoft.net/utils/dns_records_viewer.html" target="_blank">DNSDataView</a> and run it</p>
<p>2) Write in your Domain name and your expected DOMAIN NAME SERVER</p>
<p><a href="http://adventureswith.net/wp-content/uploads/2009/11/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://adventureswith.net/wp-content/uploads/2009/11/image_thumb.png" border="0" alt="image" width="416" height="347" /></a></p>
<p>3) Click OK and if you get something to show (like below), then you can put these names as the primary and secondary name servers for your domain!  (ping the servers to get the IPs if needed). If not try another server in the list.</p>
<p><a href="http://adventureswith.net/wp-content/uploads/2009/11/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://adventureswith.net/wp-content/uploads/2009/11/image_thumb1.png" border="0" alt="image" width="450" height="196" /></a></p>
<p>The usual nameservers for me were:</p>
<p>ns14.domaincontrol.com<br />
ns15.domaincontrol.com<br />
ns25.domaincontrol.com<br />
ns26.domaincontrol.com<br />
ns48.domaincontrol.com<br />
ns49.domaincontrol.com<br />
ns50.domaincontrol.com<br />
ns51.domaincontrol.com</p>
]]></content:encoded>
			<wfw:commentRss>http://adventureswith.net/dnsdataview-saves-my-life-from-godaddys-dns-servers-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

