Wrox Programmer Forums
|
BOOK: ASP.NET 3.5 Website Programming Problem Design Solution
This is the forum to discuss the Wrox book ASP.NET 3.5 Website Programming Problem Design Solution by Chris Love; ISBN: 978-0-470-18758-6
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 3.5 Website Programming Problem Design Solution section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 18th, 2010, 03:02 PM
Authorized User
 
Join Date: Jul 2006
Posts: 40
Thanks: 1
Thanked 0 Times in 0 Posts
Default Filling Sitemap table

Hi,

I wonder how the Sitemap table is filled by URLs? I don't see any admin page for that?
 
Old February 19th, 2010, 02:26 AM
Authorized User
 
Join Date: Jul 2008
Posts: 29
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via MSN to docluv
Default

Each module automaticallly adds the urls to the table as you create new content. So for example, if you add a new article the code automatically creates an SEO friendly URL (known as a slug I found out recently) and stores the mapping in the table when the article is commited to the database. So there is no page in the admin dedicated to managing these URLs.
I have added pages to sites I have developed over the years to do this, but found that site users just get confused by the page and it really was not productive in the end. Automatically taking care of this for them worked out much better.
__________________
http://Professionalaspnet.com
The Following User Says Thank You to docluv For This Useful Post:
nabeelalkaff (February 19th, 2010)
 
Old February 19th, 2010, 11:42 AM
Authorized User
 
Join Date: Jul 2006
Posts: 40
Thanks: 1
Thanked 0 Times in 0 Posts
Default You helped me to understand the whole idea!!

First,Thank you for responding to me.

Well I'm still in the 4th chapter but after I read your reply I checked the code.As you said some modules are being added automaticaly to the SiteMap to be readable by search engines.

Thank you for your help and if I face any difficulties in the same subject I will sent you a new post in the same thread.
 
Old February 19th, 2010, 12:49 PM
Authorized User
 
Join Date: Jul 2008
Posts: 29
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via MSN to docluv
Default

np, My approach is not an 'intro' level technique. I learned about 6 years ago RegEx rewriting does not work in many instances, so I decided I needed to build a more robust methodology. So I tried to shared that and the reasons why.
__________________
http://Professionalaspnet.com
 
Old February 19th, 2010, 02:55 PM
Authorized User
 
Join Date: Jul 2006
Posts: 40
Thanks: 1
Thanked 0 Times in 0 Posts
Default Of course

Quote:
Originally Posted by docluv View Post
np, My approach is not an 'intro' level technique. I learned about 6 years ago RegEx rewriting does not work in many instances, so I decided I needed to build a more robust methodology. So I tried to shared that and the reasons why.
Of course all the subjects in the book are up-to-date and not intro level and that why I buy the book instead of many other books.But I studied sitemaps and made one with asp.net 1.1 long time ago but it is the first time for me to see this Sitemap ideas which make all the work automatic which is realy great result for a very long hard work.

Of course after your help I find out how to use the result of the hard work made (I didn't even try it yet) and not the whole technologies ideas behind it which will require more time and effort from me...

Thank you very much and all the people behind this great project and great book which all of us must appreciate...





Similar Threads
Thread Thread Starter Forum Replies Last Post
Filling SQL database table from a txt file - How do I do it? RushNP774 ASP.NET 3.5 Basics 21 March 13th, 2009 02:29 PM
Sitemap melania ASP.NET 3.5 Basics 0 October 27th, 2008 01:20 PM
SiteMap Problems kdehl113 ASP.NET 2.0 Basics 2 September 5th, 2006 12:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.