Results 1 to 5 of 5

Thread: [2005]Updating webite issue !

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    [2005]Updating webite issue !

    a basic question guys :

    How do you update your websites after deploying it ??
    like when you need to add new webpage(whether parent or child) ,so you have to change ( web.sitemap which includes SiteMapDataSource) . So everytime you add new page , you have to change this or what exactly you have to do ?

    My website is sqldatabse-driven , my only problem is how can i handle adding new pages after deployment !!!

    Thanks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005]Updating webite issue !

    You're going to have to be more specific. If it's database driven, how does that figure into deployment here?

    The best way is to usually redeploy the entire site, since it's not a lot of files and hardly takes a minute.

  3. #3

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: [2005]Updating webite issue !

    To be more specific , what must I do if I want to add new page to my site ! Is there any simpler way to update the menus and site navigation control other than altering them mannually !

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005]Updating webite issue !

    Unfortunately, you'll need some way of re-generating the .sitemap file. If it's simple and straightforward, you could simply create a RegenerateSitemap.aspx page that iterates through all the pages in your directory structure and adds any new pages to the XML of the .sitemap file.

  5. #5

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: [2005]Updating webite issue !

    I think I've to read more about this somewhere on the net.

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width