<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Technology</title>
        <link>http://www.richiela.com/category/12.aspx</link>
        <description>Random Tech Babble</description>
        <language>en-US</language>
        <copyright>Richie</copyright>
        <managingEditor>rla@nitetide.com</managingEditor>
        <generator>Subtext Version 1.9.5.177</generator>
        <item>
            <title>Installing Subtext on Windows Server 2008 over UNC Path</title>
            <link>http://richiela.com/archive/2008/05/30/installing-subtext-on-windows-server-2008-over-unc-path.aspx</link>
            <description>&lt;p&gt;I promised I'd start making random tech blog entries so here's the first.  As part of my migration to Hyper-V (which totally rocks), I had to rebuild my web server.  I know this scenario probably doesn't happen much in the consumer space but I have a raid server on the back end where I store all my web content, as such there are all kinds of whacked .NET permission problems you have to deal with.  Anyhow, here are the nuances I ran across.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Problem&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;"Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified."&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Solution&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This is a weird one.  The reason this message comes up is because the ASP.NET AJAX 1.0 assemblies aren't installed.  Why they aren't installed by default in Windows Server 2008 is beyond me.  Either way, fix is simple... just go to &lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&amp;amp;displaylang=en&lt;/a&gt; and install the bits and off you go.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Problem&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;"Request for the permission of type 'System.Web.AspNetHostingPermission' [...] failed."&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Solution&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This is one of the reasons I'm actually blogging this.  I always forget that I need to give the share full trust else .NET fails.  This is easily done via the UI, or if you don't have it installed just run:&lt;/p&gt; &lt;code&gt;   &lt;p&gt;%SystemDrive%:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol.exe -m -ag 1 -url "file:////\\computername\sharename\*" FullTrust -exclusive on&lt;/p&gt; &lt;/code&gt;  &lt;p&gt;Ok, that's all I got... hope this helps someone somewhere.  Man I wish I knew how to properly format posts like this.  It looks stupid right now.  Will spend some time later and figure out the proper way to do this.&lt;/p&gt;&lt;img src="http://richiela.com/aggbug/560.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Richie</dc:creator>
            <guid>http://richiela.com/archive/2008/05/30/installing-subtext-on-windows-server-2008-over-unc-path.aspx</guid>
            <pubDate>Sat, 31 May 2008 06:28:48 GMT</pubDate>
            <wfw:comment>http://richiela.com/comments/560.aspx</wfw:comment>
            <comments>http://richiela.com/archive/2008/05/30/installing-subtext-on-windows-server-2008-over-unc-path.aspx#feedback</comments>
            <wfw:commentRss>http://richiela.com/comments/commentRss/560.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>