<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>RESTing on the slopes</title><link>http://blogs.msdn.com/astoriateam/archive/2008/01/25/resting-on-the-slopes.aspx</link><description>This past week we attended to some very high priority issues (shown below). We got a few good shots of our team .... This isn't quite the whole Astoria team (the next set of picks we'll have to get one of the entire team), but the folks in the picture</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Services &amp; Skiing Slopes</title><link>http://blogs.msdn.com/astoriateam/archive/2008/01/25/resting-on-the-slopes.aspx#7262606</link><pubDate>Sun, 27 Jan 2008 06:27:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7262606</guid><dc:creator>Marcelo's WebLog</dc:creator><description>&lt;p&gt;I guess my blog is mostly technical, but I should also take the time to call out how awesome it can be&lt;/p&gt;
</description></item><item><title>Astoria offsite</title><link>http://blogs.msdn.com/astoriateam/archive/2008/01/25/resting-on-the-slopes.aspx#7262670</link><pubDate>Sun, 27 Jan 2008 06:41:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7262670</guid><dc:creator>Man vs Code</dc:creator><description>&lt;p&gt;Last Wednesday we had a very important offsite for the entire Project Astoria team: Many key technical&lt;/p&gt;
</description></item><item><title>Services &amp; Skiing Slopes</title><link>http://blogs.msdn.com/astoriateam/archive/2008/01/25/resting-on-the-slopes.aspx#7262765</link><pubDate>Sun, 27 Jan 2008 06:55:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7262765</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;I guess my blog is mostly technical, but I should also take the time to call out how awesome it can be&lt;/p&gt;
</description></item><item><title>REsT In Peace</title><link>http://blogs.msdn.com/astoriateam/archive/2008/01/25/resting-on-the-slopes.aspx#7293612</link><pubDate>Tue, 29 Jan 2008 01:46:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7293612</guid><dc:creator>With Great Power comes Great Response.write("Ability")</dc:creator><description>&lt;p&gt;So , I finally made a move from my job in PSS to the product I enjoyed playing with most , ASTORIA (&lt;/p&gt;
</description></item><item><title>REsT In Peace</title><link>http://blogs.msdn.com/astoriateam/archive/2008/01/25/resting-on-the-slopes.aspx#7294147</link><pubDate>Tue, 29 Jan 2008 02:44:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7294147</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;So , I finally made a move from my job in PSS to the product I enjoyed playing with most , ASTORIA (&lt;/p&gt;
</description></item><item><title>re: RESTing on the slopes</title><link>http://blogs.msdn.com/astoriateam/archive/2008/01/25/resting-on-the-slopes.aspx#7297436</link><pubDate>Tue, 29 Jan 2008 06:24:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7297436</guid><dc:creator>Sync</dc:creator><description>&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;I have four questions about Astoria. I posted them in forum. I also send a mail to the project manager of your team.. Could you please take a look and reply me back?? Thanks.&lt;/p&gt;
</description></item><item><title>re: RESTing on the slopes</title><link>http://blogs.msdn.com/astoriateam/archive/2008/01/25/resting-on-the-slopes.aspx#7312782</link><pubDate>Wed, 30 Jan 2008 00:11:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7312782</guid><dc:creator>zli8</dc:creator><description>&lt;p&gt;Hi Astoria Team,&lt;/p&gt;
&lt;p&gt;I have a problem need your help.&lt;/p&gt;
&lt;p&gt;I tried one of your quick start: how to: Query a Data Service using AJAX,&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://quickstarts.asp.net/3-5-extensions/adonetdataservice/QueryDataServiceAndAJAX.aspx"&gt;http://quickstarts.asp.net/3-5-extensions/adonetdataservice/QueryDataServiceAndAJAX.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It works fine when the client and server is in the same solution.&lt;/p&gt;
&lt;p&gt;If I separate the client from the server, it keeps give me the message:&lt;/p&gt;
&lt;p&gt;Access is denied.&lt;/p&gt;
&lt;p&gt;The exception is happened in: &lt;/p&gt;
&lt;p&gt;MicrosoftAjax.js&lt;/p&gt;
&lt;p&gt;function Sys$Net$XMLHttpExecutor$executeRequest()&lt;/p&gt;
&lt;p&gt;this._xmlHttpRequest.open(verb, this._webRequest.getResolvedUrl(), true /*async*/);&lt;/p&gt;
&lt;p&gt;Here is my server side setting:&lt;/p&gt;
&lt;p&gt;config.SetResourceContainerAccessRule(&amp;quot;*&amp;quot;, ResourceContainerRights.All);&lt;/p&gt;
&lt;p&gt;config.SetServiceOperationAccessRule(&amp;quot;*&amp;quot;, ServiceOperationRights.All);&lt;/p&gt;
&lt;p&gt;The only thing I changed in the client site is:&lt;/p&gt;
&lt;p&gt;var northwindService = new Sys.Data.DataService(&amp;quot;&lt;a rel="nofollow" target="_new" href="http://localhost:1041/Northwind.svc&amp;quot;"&gt;http://localhost:1041/Northwind.svc&amp;quot;&lt;/a&gt;);&lt;/p&gt;
&lt;p&gt;Could you please tell me what is wrong?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>re: RESTing on the slopes</title><link>http://blogs.msdn.com/astoriateam/archive/2008/01/25/resting-on-the-slopes.aspx#7429268</link><pubDate>Mon, 04 Feb 2008 10:01:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7429268</guid><dc:creator>Mike Flasko</dc:creator><description>&lt;p&gt;Sync - I saw a number of new questions on the forums and responded to them.&lt;/p&gt;
&lt;p&gt;zli8 - please post questions to our online forums such that everyone can benefit from the question and associated discussion: &lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1430&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1430&amp;amp;SiteID=1&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Astoria team is hiring!</title><link>http://blogs.msdn.com/astoriateam/archive/2008/01/25/resting-on-the-slopes.aspx#8334368</link><pubDate>Tue, 25 Mar 2008 00:56:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8334368</guid><dc:creator>Man vs Code</dc:creator><description>&lt;p&gt;The Astoria team is hiring! We have positions open for Developers and Program Managers. Currently, we&lt;/p&gt;
</description></item></channel></rss>