in

ASP.NET Weblogs

uber1024's WebLog

It's not hot wings and beer, but it's still okay

SPS2003 new pages -- names given by sharepoint

It seems that the first about 20 pages get named the way you'd expect them to be named.  If you say that the page's name is Korean Food, if it's one of the first pages/areas you add to the site, the URL will look like:

//domain/Korean Food/default.aspx

But after that, Sharepoint starts to use its own convention for naming the pages, and you'll get something like:

//domain/C7/Korean Food/default.aspx

Thanks to Bob at SharepointU for noticing this one.

Published Apr 07 2004, 09:33 AM by uber1024
Filed under:

Comments

 

Aviv Raff said:

Do you have any idea why?
In my opinion it's beacause you can manipulate the areas' tree, and therefore there is no logic in putting them in hierarchial folders anyway..
Do you know if there's a way to change this behaviour?
April 7, 2004 1:48 PM
 

uber said:

I agree that there's no sense in putting them in heirarchal folders, but it seems a bit arbitrary to cap the number of pages at 20 and then start a different naming convention. Why not just go all the way with their naming scheme? I don't know.

From what I understand, there isn't an obvious way to change this behavior.
April 7, 2004 2:20 PM
 

Serge van den Oever, Macaw said:

It is my feeling this is done to distribute created areas over folders (they are not pages, they are sites), because otherwise tools like FrontPage would display a very long list of areas in a folder. I can't think of any other reason. If you would like to hove nice "entry point" to a deep linked area Microsoft proposes to use hostheaders to create nice names like http://myarea.domain.net
April 7, 2004 7:50 PM
 

Ryan said:

Areas aren't really "pages" they are in fact logical containers. Every area is backed by a WSS SPWeb object. This SPWeb object is used for storage. Remember that SPS is built on top of WSS.

Areas and SPWeb are not 1:1. SPS buckets the backing SPWeb for areas e.g. you may have 20 areas sharing the same WSS SPWeb. This is done for scalablity and performance reasons. Basically SPS buckets like this to ensure that no one backing SPWeb contains too much data because this will cause WSS performance to suffer.

When you see a URL like http://mysite/c16/myarea">http://mysite/c16/myarea "c16" is in fact the backing SPWeb.

If you can check this out yourself by trying to navigate to this SPWeb by going to http://mysite/c16/. You'll get access denied and a WSS error page.

May 14, 2004 2:16 PM

Leave a Comment

(required)  
(optional)
(required)  
Add