<?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>Xavier&#039;s dreams, thoughts, tech tips... &#187; cannot connect</title>
	<atom:link href="http://www.xaviermorera.com/tag/cannot-connect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaviermorera.com</link>
	<description>Geekery, traveling, off roading and more in Costa Rica</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:03:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Unable to connect to SharePoint using SharePoint designer</title>
		<link>http://www.xaviermorera.com/2009/05/unable-to-connect-to-sharepoint-using-sharepoint-designer/</link>
		<comments>http://www.xaviermorera.com/2009/05/unable-to-connect-to-sharepoint-using-sharepoint-designer/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:46:53 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cannot connect]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[sharepoint designer]]></category>

		<guid isPermaLink="false">http://www.xaviermorera.com/2009/05/unable-to-connect-to-sharepoint-using-sharepoint-designer/</guid>
		<description><![CDATA[If you can&#8217;t connect to your SharePoint server using SharePoint designer, one of the possibilities of what happened is that you have a remove tag added after after the add ScriptResource.axd. To solve try this: - Use fiddler2 to determine issue. Download it from here www.fiddler2.com - Check the error messages - If you see [...]]]></description>
			<content:encoded><![CDATA[<p>If you can&#8217;t connect to your SharePoint server using SharePoint designer, one of the possibilities of what happened is that you have a remove tag added after after the add ScriptResource.axd.  To solve try this:</p>
<p>- Use fiddler2 to determine issue.  Download it from here www.fiddler2.com<br />
- Check the error messages<br />
- If you see access denied (http response code 401) to /_vti_bin/usergroup.asmx then it might be that you added AJAX support and the entries are in incorrect order in the web config</p>
<p>Description of the problem</p>
<p>&lt;remove verb=&#8221;*&#8221; path=&#8221;*.asmx&#8221; /&gt; is inserted automatically after &lt;add verb=&#8221;GET,HEAD&#8221; path=&#8221;ScriptResource.axd&#8221; &lt;add verb=&#8221;*&#8221; path=&#8221;*.asmx&#8221; validate=&#8221;false&#8221; type=&#8221;System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&#8243;/&gt;<br />
This Means the .asmx pages do not work on the sharepoint server after adding the feature. This also prevents you edit the site using sharepoint designer because /_vti_bin/usergroup.asmx will give a 401 access denied error.</p>
<p>The issue is here:</p>
<p>&lt;remove verb=&#8221;*&#8221; path=&#8221;*.asmx&#8221; /&gt;</p>
<p>Simply remove the tag and it will work</p>
<p>Check out the resolution here <a href="http://features.codeplex.com/WorkItem/View.aspx?WorkItemId=6623">http://features.codeplex.com/WorkItem/View.aspx?WorkItemId=6623</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xaviermorera.com/2009/05/unable-to-connect-to-sharepoint-using-sharepoint-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

