Hi Mark, SharePoint indeed uses URLs of this form. The one you provided describes a List in the root site called "Tasks", and references the second item in that list. I'm surprised SharePoint doesn't give something better than a 404 when you go to it, though.
Can you go to http://myhost/Lists/Tasks#2_.000<http://myhost/Lists/Tasks/2_.000>without it giving a 404? because that's something the connector could certainly do. Karl <http://myhost/Lists/Tasks/2_.000> On Tue, Nov 19, 2013 at 3:21 PM, Mark Libucha <[email protected]> wrote: > When I crawl a list, I get back URLs that look like this: > > http://myhost/Lists/Tasks/2_.000 > > This URL returns a 404, but I think that's a SharePoint issue. I don't > believe there's a way to point directly to an item in List (is there?). > > My question then is, is SharePoint returning this URL in this form, or is > MCF creating the URL based on the name of the list? > > Thanks, > > Mark >
