<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Imtech SharePoint GoCodes (Free SharePoint Feature)</title>
	<atom:link href="http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: QMKevin</title>
		<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/comment-page-1/#comment-93413</link>
		<dc:creator>QMKevin</dc:creator>
		<pubDate>Thu, 22 Sep 2011 18:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/15/imtech-sharepoint-gocodes-free-sharepoint-feature/#comment-93413</guid>
		<description>Will do :) Thanks for the help to this point, and if I get it working, I&#039;ll certainly post back here so others can following along :)</description>
		<content:encoded><![CDATA[<p>Will do :) Thanks for the help to this point, and if I get it working, I&#039;ll certainly post back here so others can following along :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/comment-page-1/#comment-93403</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 22 Sep 2011 18:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/15/imtech-sharepoint-gocodes-free-sharepoint-feature/#comment-93403</guid>
		<description>@QMKevin: The Solution has been build quite some time ago and hasn&#039;t been updated/tested with SP2010 yet so you might want to double check that the HTTP Handlers are in the right place.</description>
		<content:encoded><![CDATA[<p>@QMKevin: The Solution has been build quite some time ago and hasn&#039;t been updated/tested with SP2010 yet so you might want to double check that the HTTP Handlers are in the right place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QMKevin</title>
		<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/comment-page-1/#comment-93390</link>
		<dc:creator>QMKevin</dc:creator>
		<pubDate>Thu, 22 Sep 2011 17:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/15/imtech-sharepoint-gocodes-free-sharepoint-feature/#comment-93390</guid>
		<description>I didn&#039;t manually add the web.config entries, so I&#039;m assuming they were done by the install.cmd file. I checked my web.config, and the two Imtech ones are the only HTTP Handler entries, so I&#039;m assuming they are in the right place.</description>
		<content:encoded><![CDATA[<p>I didn&#039;t manually add the web.config entries, so I&#039;m assuming they were done by the install.cmd file. I checked my web.config, and the two Imtech ones are the only HTTP Handler entries, so I&#039;m assuming they are in the right place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/comment-page-1/#comment-93373</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 22 Sep 2011 15:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/15/imtech-sharepoint-gocodes-free-sharepoint-feature/#comment-93373</guid>
		<description>@QMKevin: Did you put the entries in the right place? Because you&#039;re working with SharePoint 2010 and IIS7 the place to put the HTTP Handler entries depends on whether your Application Pool is running in the Integrated (most likely) or Classic mode. I suggest you add the HTTP Handler entries that you mention to other similar entries that you should see in the web.config.</description>
		<content:encoded><![CDATA[<p>@QMKevin: Did you put the entries in the right place? Because you&#039;re working with SharePoint 2010 and IIS7 the place to put the HTTP Handler entries depends on whether your Application Pool is running in the Integrated (most likely) or Classic mode. I suggest you add the HTTP Handler entries that you mention to other similar entries that you should see in the web.config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QMKevin</title>
		<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/comment-page-1/#comment-93341</link>
		<dc:creator>QMKevin</dc:creator>
		<pubDate>Thu, 22 Sep 2011 12:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/15/imtech-sharepoint-gocodes-free-sharepoint-feature/#comment-93341</guid>
		<description>The missing web.config entries are:
&lt; add verb=&quot;GET&quot; path=&quot;go/*/&quot; type=&quot;Imtech.SharePoint.GoCodes.GoCodesHttpHandler, Imtech.SharePoint.GoCodes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d2359c69d2a4a164&quot; /&gt;
&lt; add verb=&quot;GET&quot; path=&quot;go/*&quot; type=&quot;Imtech.SharePoint.GoCodes.GoCodesHttpHandler, Imtech.SharePoint.GoCodes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d2359c69d2a4a164&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>The missing web.config entries are:<br />
&lt; add verb=&#034;GET&#034; path=&#034;go/*/&#034; type=&#034;Imtech.SharePoint.GoCodes.GoCodesHttpHandler, Imtech.SharePoint.GoCodes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d2359c69d2a4a164&#034; /&gt;<br />
&lt; add verb=&#034;GET&#034; path=&#034;go/*&#034; type=&#034;Imtech.SharePoint.GoCodes.GoCodesHttpHandler, Imtech.SharePoint.GoCodes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d2359c69d2a4a164&#034; /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QMKevin</title>
		<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/comment-page-1/#comment-93340</link>
		<dc:creator>QMKevin</dc:creator>
		<pubDate>Thu, 22 Sep 2011 12:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/15/imtech-sharepoint-gocodes-free-sharepoint-feature/#comment-93340</guid>
		<description>The issues were more &#039;acces denied&#039;, and to resolve I essentially let &#039;everyone&#039; have full access to that specific file (temporarily). In the web.config I now see two lines were added:
----------

      
----------
I also Googled the issue I reported the second time, access denied with the following stack: &#039;Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate() &#039;, and found an article by Paul Kotlyar which provided a PowerShell script to resolve that (http://unclepaul84.blogspot.com/2010/06/sppersistedobject-xxxxxxxxxxx-could-not.html).

So, currently GoCodes is activated and installed. I can see the list, and can add new items to the list, but when I try to use http://ec2-devmoss1/go/mynewcode I get a 404 file not found error.

Sorry to keep reporting issues, it&#039;s just that the functionality of this feature is exactly what I need to implement, but I&#039;ve not found any other systems that do this.</description>
		<content:encoded><![CDATA[<p>The issues were more &#039;acces denied&#039;, and to resolve I essentially let &#039;everyone&#039; have full access to that specific file (temporarily). In the web.config I now see two lines were added:<br />
&#8212;&#8212;&#8212;-</p>
<p>&#8212;&#8212;&#8212;-<br />
I also Googled the issue I reported the second time, access denied with the following stack: &#039;Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate() &#039;, and found an article by Paul Kotlyar which provided a PowerShell script to resolve that (<a href="http://unclepaul84.blogspot.com/2010/06/sppersistedobject-xxxxxxxxxxx-could-not.html" rel="nofollow">http://unclepaul84.blogspot.com/2010/06/sppersistedobject-xxxxxxxxxxx-could-not.html</a>).</p>
<p>So, currently GoCodes is activated and installed. I can see the list, and can add new items to the list, but when I try to use <a href="http://ec2-devmoss1/go/mynewcode" rel="nofollow">http://ec2-devmoss1/go/mynewcode</a> I get a 404 file not found error.</p>
<p>Sorry to keep reporting issues, it&#039;s just that the functionality of this feature is exactly what I need to implement, but I&#039;ve not found any other systems that do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/comment-page-1/#comment-93293</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 22 Sep 2011 06:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/15/imtech-sharepoint-gocodes-free-sharepoint-feature/#comment-93293</guid>
		<description>@QMKevin: What issues did you exactly have with web.config and how did you fix them?</description>
		<content:encoded><![CDATA[<p>@QMKevin: What issues did you exactly have with web.config and how did you fix them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QMKevin</title>
		<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/comment-page-1/#comment-93222</link>
		<dc:creator>QMKevin</dc:creator>
		<pubDate>Wed, 21 Sep 2011 19:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/15/imtech-sharepoint-gocodes-free-sharepoint-feature/#comment-93222</guid>
		<description>Update to my question above: I was able to get passed my first hurdle, by reading Leiyah&#039;s question above, and realizing that this is a &#039;site collection feature&#039;. Initially when I tried to activate the feature I was shown errors that access was denied to my web.config, but I fixed that. 

However, now when I try to activate the feature I&#039;m given a &#039;yellow screen of death&#039;, Server Error in &#039;/&#039; Application: Security Exception (System.Security.SecurityException: Access denied&quot;). The stack trace start with...
-----------------
[SecurityException: Access denied.]
   Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate() +27021963
   Microsoft.SharePoint.Administration.SPWebApplication.ApplyWebConfigModifications() +27087521
-----------------

I&#039;m logged into the server directly, with an admin account, and I&#039;m using SharePoint with an admin/owner account too.

Any ideas what the problem might be?</description>
		<content:encoded><![CDATA[<p>Update to my question above: I was able to get passed my first hurdle, by reading Leiyah&#039;s question above, and realizing that this is a &#039;site collection feature&#039;. Initially when I tried to activate the feature I was shown errors that access was denied to my web.config, but I fixed that. </p>
<p>However, now when I try to activate the feature I&#039;m given a &#039;yellow screen of death&#039;, Server Error in &#039;/&#039; Application: Security Exception (System.Security.SecurityException: Access denied&#034;). The stack trace start with&#8230;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
[SecurityException: Access denied.]<br />
   Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate() +27021963<br />
   Microsoft.SharePoint.Administration.SPWebApplication.ApplyWebConfigModifications() +27087521<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>I&#039;m logged into the server directly, with an admin account, and I&#039;m using SharePoint with an admin/owner account too.</p>
<p>Any ideas what the problem might be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QMKevin</title>
		<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/comment-page-1/#comment-93206</link>
		<dc:creator>QMKevin</dc:creator>
		<pubDate>Wed, 21 Sep 2011 16:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/15/imtech-sharepoint-gocodes-free-sharepoint-feature/#comment-93206</guid>
		<description>Hi Waldek. I&#039;ve been looking for a /go/ style feature, so I&#039;m trying to install yours. Unfortunately even though I ran the &#039;install.cmd&#039; file and both stsadm lines return &#039;Operation completed successfully&#039;, I&#039;m not seeing anything in SharePoint. I&#039;m using SharePoint 2010, so I updated the cmd files to use \14\ instead of \12\ for stsadm, and my site is &#039;@URL&#039; is simply &#039;http://ec2-devmoss1&#039; without any sites specified. Does anything strike you as wrong in this configuration? Where should I see GoCodes? I checked the features of the ec2-devmoss1 site, the central admin and the web apps, but nothing jumps out at me. Hope you can help, even all these years later :)</description>
		<content:encoded><![CDATA[<p>Hi Waldek. I&#039;ve been looking for a /go/ style feature, so I&#039;m trying to install yours. Unfortunately even though I ran the &#039;install.cmd&#039; file and both stsadm lines return &#039;Operation completed successfully&#039;, I&#039;m not seeing anything in SharePoint. I&#039;m using SharePoint 2010, so I updated the cmd files to use \14\ instead of \12\ for stsadm, and my site is &#039;@URL&#039; is simply &#039;<a href="http://ec2-devmoss1" rel="nofollow">http://ec2-devmoss1</a>&#039; without any sites specified. Does anything strike you as wrong in this configuration? Where should I see GoCodes? I checked the features of the ec2-devmoss1 site, the central admin and the web apps, but nothing jumps out at me. Hope you can help, even all these years later :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/imtech-sharepoint-gocodes-free-sharepoint-feature/comment-page-1/#comment-70057</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 17 Feb 2011 15:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/06/15/imtech-sharepoint-gocodes-free-sharepoint-feature/#comment-70057</guid>
		<description>@leiyah: have you tried disabling custom errors to get some more information about the error that you are getting?</description>
		<content:encoded><![CDATA[<p>@leiyah: have you tried disabling custom errors to get some more information about the error that you are getting?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

