<?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 for Rouslan Grabar on NET, SharePoint, SilverLight, WPF and other technology related topics</title>
	<atom:link href="http://rouslan.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rouslan.com</link>
	<description>Developer 2 developer contribution site and a personal home page.</description>
	<lastBuildDate>Wed, 17 Feb 2010 13:00:25 +0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SharePoint: Разворачиваем среду для разработки &#8211; Часть 3 by Rouslan Grabar</title>
		<link>http://rouslan.com/2009/05/sharepoint-razvorachivaem-sredu-dlya-razrabotki-part-3/comment-page-1/#comment-3323</link>
		<dc:creator>Rouslan Grabar</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://rouslan.com/?p=277#comment-3323</guid>
		<description>К сожалению, однозначного ответа дать нельзя. Связано может быть с чем угодно. Проверьте наличие у вас студии SP1,  совпадение языка студии и тулзов, как вариант.</description>
		<content:encoded><![CDATA[<p>К сожалению, однозначного ответа дать нельзя. Связано может быть с чем угодно. Проверьте наличие у вас студии SP1,  совпадение языка студии и тулзов, как вариант.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint: Разворачиваем среду для разработки &#8211; Часть 3 by Клочкков Юрий</title>
		<link>http://rouslan.com/2009/05/sharepoint-razvorachivaem-sredu-dlya-razrabotki-part-3/comment-page-1/#comment-3322</link>
		<dc:creator>Клочкков Юрий</dc:creator>
		<pubDate>Wed, 17 Feb 2010 11:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://rouslan.com/?p=277#comment-3322</guid>
		<description>Добрый день, все делал по инструкции, но нет пункта в ывборе проекта: SharePoint =( С чем это может быть связано?</description>
		<content:encoded><![CDATA[<p>Добрый день, все делал по инструкции, но нет пункта в ывборе проекта: SharePoint =( С чем это может быть связано?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 20 steps to get together Windows Authentication, Silverlight and WCF service by Olly</title>
		<link>http://rouslan.com/2009/03/20-steps-to-get-together-windows-authentication-silverlight-and-wcf-service/comment-page-1/#comment-2728</link>
		<dc:creator>Olly</dc:creator>
		<pubDate>Wed, 30 Dec 2009 08:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://rouslan.com/?p=76#comment-2728</guid>
		<description>Oops!  In my above comment the xml sections have been removed.  I&#039;ll insert them again using {} instead...

My {bindings} section in web.config looks like this:

    {bindings}
      {customBinding}
        {binding name=&quot;customBinding0&quot;}
          {binaryMessageEncoding /}
          {httpTransport authenticationScheme=&quot;Negotiate&quot; /}
        {/binding}
      {/customBinding}
    {/bindings}</description>
		<content:encoded><![CDATA[<p>Oops!  In my above comment the xml sections have been removed.  I&#8217;ll insert them again using {} instead&#8230;</p>
<p>My {bindings} section in web.config looks like this:</p>
<p>    {bindings}<br />
      {customBinding}<br />
        {binding name=&#8221;customBinding0&#8243;}<br />
          {binaryMessageEncoding /}<br />
          {httpTransport authenticationScheme=&#8221;Negotiate&#8221; /}<br />
        {/binding}<br />
      {/customBinding}<br />
    {/bindings}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 20 steps to get together Windows Authentication, Silverlight and WCF service by Olly</title>
		<link>http://rouslan.com/2009/03/20-steps-to-get-together-windows-authentication-silverlight-and-wcf-service/comment-page-1/#comment-2727</link>
		<dc:creator>Olly</dc:creator>
		<pubDate>Wed, 30 Dec 2009 08:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://rouslan.com/?p=76#comment-2727</guid>
		<description>Excellent!  Wish I&#039;d found this earlier.

Hope the following is useful to someone...

I use binary message encoding to make things a little faster.  My  element looks like this:

    
      
        
          
          
        
      
    

I also had problems because we use urls on our intranet in the form http://servername/etc/etc while the service reference generated by VS uses an alias, eg. http://servername.domain.blah.blah/etc/etc.  IE doesn&#039;t recognise this alias as being on our Intranet, so challenges the user with a password request screen.

This was easily fixed by modifying the ServiceReferences.ClientConfig file and replacing the longer alias with the short form.  IE then recognises this as being on the Intranet and silently passes the credentials.

You can control whether or not IE does this from (IE 7/8) Tools &#124; Internet Options &#124; Security &#124; Custom Level then locating User Authentication and selecting &quot;Automatic logon only in Intranet zone&quot; or &quot;Automatic logon with current user name and password&quot;.  (The latter would be dangerous.)</description>
		<content:encoded><![CDATA[<p>Excellent!  Wish I&#8217;d found this earlier.</p>
<p>Hope the following is useful to someone&#8230;</p>
<p>I use binary message encoding to make things a little faster.  My  element looks like this:</p>
<p>I also had problems because we use urls on our intranet in the form <a href="http://servername/etc/etc" rel="nofollow">http://servername/etc/etc</a> while the service reference generated by VS uses an alias, eg. <a href="http://servername.domain.blah.blah/etc/etc" rel="nofollow">http://servername.domain.blah.blah/etc/etc</a>.  IE doesn&#8217;t recognise this alias as being on our Intranet, so challenges the user with a password request screen.</p>
<p>This was easily fixed by modifying the ServiceReferences.ClientConfig file and replacing the longer alias with the short form.  IE then recognises this as being on the Intranet and silently passes the credentials.</p>
<p>You can control whether or not IE does this from (IE 7/8) Tools | Internet Options | Security | Custom Level then locating User Authentication and selecting &#8220;Automatic logon only in Intranet zone&#8221; or &#8220;Automatic logon with current user name and password&#8221;.  (The latter would be dangerous.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 20 steps to get together Windows Authentication, Silverlight and WCF service by Sanjeev</title>
		<link>http://rouslan.com/2009/03/20-steps-to-get-together-windows-authentication-silverlight-and-wcf-service/comment-page-1/#comment-2543</link>
		<dc:creator>Sanjeev</dc:creator>
		<pubDate>Wed, 16 Dec 2009 09:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://rouslan.com/?p=76#comment-2543</guid>
		<description>Thank you..... gr8 help by you.</description>
		<content:encoded><![CDATA[<p>Thank you&#8230;.. gr8 help by you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 20 steps to get together Windows Authentication, Silverlight and WCF service by Max</title>
		<link>http://rouslan.com/2009/03/20-steps-to-get-together-windows-authentication-silverlight-and-wcf-service/comment-page-1/#comment-1976</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://rouslan.com/?p=76#comment-1976</guid>
		<description>We spent 3 man days days trying to figure out the solution before we found this site. It solved the problem. 

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>We spent 3 man days days trying to figure out the solution before we found this site. It solved the problem. </p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 20 steps to get together Windows Authentication, Silverlight and WCF service by Siddharth</title>
		<link>http://rouslan.com/2009/03/20-steps-to-get-together-windows-authentication-silverlight-and-wcf-service/comment-page-1/#comment-1940</link>
		<dc:creator>Siddharth</dc:creator>
		<pubDate>Tue, 10 Nov 2009 13:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://rouslan.com/?p=76#comment-1940</guid>
		<description>Hi,

Even after adding the MIME Types (.xap/.xaml/.xbap) i still get the error 2104 in step 15. Any ideas how to go about it.
I am using .net 3.5 with Silverlight 3 and WCF enabled service in it.

Thanks,
Siddharth</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Even after adding the MIME Types (.xap/.xaml/.xbap) i still get the error 2104 in step 15. Any ideas how to go about it.<br />
I am using .net 3.5 with Silverlight 3 and WCF enabled service in it.</p>
<p>Thanks,<br />
Siddharth</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 20 steps to get together Windows Authentication, Silverlight and WCF service by david</title>
		<link>http://rouslan.com/2009/03/20-steps-to-get-together-windows-authentication-silverlight-and-wcf-service/comment-page-1/#comment-1768</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://rouslan.com/?p=76#comment-1768</guid>
		<description>Same question as Xiang... is there a way to avoid having it prompt the user for their login/password each time?</description>
		<content:encoded><![CDATA[<p>Same question as Xiang&#8230; is there a way to avoid having it prompt the user for their login/password each time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 20 steps to get together Windows Authentication, Silverlight and WCF service by Xiang</title>
		<link>http://rouslan.com/2009/03/20-steps-to-get-together-windows-authentication-silverlight-and-wcf-service/comment-page-1/#comment-1708</link>
		<dc:creator>Xiang</dc:creator>
		<pubDate>Tue, 27 Oct 2009 03:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://rouslan.com/?p=76#comment-1708</guid>
		<description>I still get the Login/Password prompt window everythime I make a call to the WCF service.

Also, I could not make it work in sharepoint 2007.</description>
		<content:encoded><![CDATA[<p>I still get the Login/Password prompt window everythime I make a call to the WCF service.</p>
<p>Also, I could not make it work in sharepoint 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Уже можно скачать SharePoint Designer 2007 by Rouslan Grabar</title>
		<link>http://rouslan.com/2009/04/sharepoint-designer-2007-free-download/comment-page-1/#comment-1617</link>
		<dc:creator>Rouslan Grabar</dc:creator>
		<pubDate>Mon, 19 Oct 2009 04:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://rouslan.com/?p=180#comment-1617</guid>
		<description>1) site definition может установить только админ, в то время как site template можер развернуть и владелец сайта.
2) элементы  site definition разворачиваются в 12 папке на файловой системе web front end, в случае с темплейтом - все хранится в БД
3) к site definiton вы можете прикрутить features, а в случае с шалбонами вам их надо устанавливать и активировать ручками</description>
		<content:encoded><![CDATA[<p>1) site definition может установить только админ, в то время как site template можер развернуть и владелец сайта.<br />
2) элементы  site definition разворачиваются в 12 папке на файловой системе web front end, в случае с темплейтом &#8211; все хранится в БД<br />
3) к site definiton вы можете прикрутить features, а в случае с шалбонами вам их надо устанавливать и активировать ручками</p>
]]></content:encoded>
	</item>
</channel>
</rss>
