Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:863176
More Search Options
RSS Available
Matching Posts
Re: REST Get Request Routing Isssue
This thread leads me to believe this may be an issue with the development web server built into VS. I tried a simple repro similar to what you describe above and it works for me when hosted in IIS. Can you try that and see if it works? Thanks, -Yavor
Posted to
WCF REST Starter Kit
(Forum)
by
Yavor Georgiev - MSFT
on 9/8/2009
Re: UriTemplate Shouldn't Match Querystring but Does
The "query" portion of the template is an unordered set of name-value pairs, and null is a valid match, like you noted. If you are dispatching messages based on the UriTemplate, you shoud use the "path" portion of the template (the part between the base address and the "?") to match against different operations - null is not a valid match in this case. See this page in the docs for an example (look at {state} and {city}): http://msdn.microsoft.com/en-us/library/bb675245
Posted to
WCF REST Starter Kit
(Forum)
by
Yavor Georgiev - MSFT
on 9/6/2009
Re: Handling WebProtocolException?
WCF will catch your exceptions, but in a layer that sits "above" your service code in the call stack. VS doesn't know about this so it will treat the exceptions as though they are unhandled, but if you press F5 at the exception assistant window the app will run just fine. I assume this is what you are experiencing. I think VS gives you some attributes that can tell the debugger not worry about a given chunk of code - unfortunately I don't know what the granularity is and whether
Posted to
WCF REST Starter Kit
(Forum)
by
Yavor Georgiev - MSFT
on 9/6/2009
Re: WSE to WCF - connecting to asmx page behind ssl, sing only protection level
This forum targets using WCF for building REST-style services. A better place to ask your question would be the general WCF forum here: http://social.msdn.microsoft.com/Forums/en-US/wcf/threads/ Thanks, -Yavor
Posted to
WCF REST Starter Kit
(Forum)
by
Yavor Georgiev - MSFT
on 9/6/2009
Re: Where is Service.basic.svc.cs?
We're looking at addressing this in the next release of the starter kit, which is due out soon. We recognize the need to make some customizations without having to import the code and build the entire base class yourself. A little background on the issue: the first release of the starter kit had a lot of these base classes in the code-behind file, and we received feedback that customers were getting lost in the "heap of code" and wanted a more usable solution. So in Preview 2 of the
Posted to
WCF REST Starter Kit
(Forum)
by
Yavor Georgiev - MSFT
on 9/6/2009
Re: Custom bindings and NTLM authentication
It looks like our team member Amit helped you out on this thead - please let us know if you have further questions. http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/86a2c83e-f1a3-4ca7-84a8-0098e1b27a3d/ Thanks, -Yavor
Posted to
WCF REST Starter Kit
(Forum)
by
Yavor Georgiev - MSFT
on 9/6/2009
Re: collection service the 'EditLink' string in JSON not pretty !
I don't think you can change it. The string will still include \/ but when you call eval() on the string in JavaScript it should turn into a single slash like you expect. That's usually the pattern for using a JSON string in JavaScript. Thanks, -Yavor
Posted to
WCF REST Starter Kit
(Forum)
by
Yavor Georgiev - MSFT
on 6/22/2009
Re: how to get Username for the Service to test...
This is a general WCF question and you might get better answers at the official WCF forum: http://social.msdn.microsoft.com/forums/en-US/wcf/threads/ . Thanks, -Yavor
Posted to
WCF REST Starter Kit
(Forum)
by
Yavor Georgiev - MSFT
on 6/19/2009
Re: Starter Kit Template is Read-Only?
St4Rp's tip is exctly correct - in the Preview 2 release of the starter kit you need to pull in the base class into your project and modify it. In Preview 1 that code was readily available in the template itself. I'll bring this up with the team so we can find a better way to expose things like the UriTemplates for customization. Thanks, -Yavor
Posted to
WCF REST Starter Kit
(Forum)
by
Yavor Georgiev - MSFT
on 6/19/2009
Re: collection service the 'EditLink' string in JSON not pretty !
Hello, This MSDN topic metnions that all instances of / will always be escaped when you use the WCF JSON serializer. The reason for that is rather complex but has to do with the way the DateTime type is serialized. I don't think there is a way to get the serializaer to behave differently. However upon calling eval in JavaScript on the client side \/ will corectly turn into /, so it souldn't be a problem. Thanks, -Yavor
Posted to
WCF REST Starter Kit
(Forum)
by
Yavor Georgiev - MSFT
on 6/19/2009
Page 1 of 2 (19 items) 1
2
Next >
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Channel 10:
Flickr Drive Integrates Flickr into Windows Explorer
Channel 10:
Playfire: A Growing Network for Gamers
Channel 10:
Find the Top iPhone Apps with Bing (Yes, Really!)
Channel 10:
Xbox to Become Emergency Alert System
Channel 10:
Progression of the Iconic Background
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online