Skip to content

Bruce Ng's software development blog

An archive of solutions of programming problems I have faced in my career

  • Personal Website
  • Art Portfolio
  • LinkedIn Profile

Month: March 2016

Trouble shooting sharepoint restore errors

It might be because the schema of the backup doesn’t match the target site

Follow the answers

http://sharepoint.stackexchange.com/questions/76804/what-is-causing-this-error-restore-spsite-nativehr0x80070003-nativehrn

Author AdminPosted on March 22, 2016May 21, 2016Categories UncategorizedTags Debug, Issues, SharepointLeave a comment on Trouble shooting sharepoint restore errors

Backup and Restore SharePoint farm by doing a database detach and reattach

Follow the article
https://technet.microsoft.com/en-us/library/ff628582.aspx
Author AdminPosted on March 22, 2016May 21, 2016Categories UncategorizedTags SharepointLeave a comment on Backup and Restore SharePoint farm by doing a database detach and reattach

Backup and Restore web apps in Sharepoint 2013

Follow the articles

https://technet.microsoft.com/en-us/library/ee748650.aspx

https://technet.microsoft.com/en-us/library/ee748647.aspx#proc1

Author AdminPosted on March 21, 2016May 21, 2016Categories UncategorizedTags SharepointLeave a comment on Backup and Restore web apps in Sharepoint 2013

Multiple content-disposition error when returning file from server

In ASP.NET
Can try setting Inline=false in the Content-disposition

Generally:
Make sure the filename in the header is quoted

Author AdminPosted on March 7, 2016May 21, 2016Categories UncategorizedTags IssuesLeave a comment on Multiple content-disposition error when returning file from server

Enable ASP.NET Session state in SharePoint

The only way to enable session state in SharePoint is through PowerShell

Follow the article: http://nikpatel.net/2012/02/12/enable-asp-net-session-state-on-sharepoint-2010-application/

Author AdminPosted on March 3, 2016May 21, 2016Categories UncategorizedTags ASP.NET, SharepointLeave a comment on Enable ASP.NET Session state in SharePoint

Recent Posts

  • IndexOutOfRange error with Dictionary in C#
  • Debug jest tests
  • Using NVM
  • xUnit MemberData only returns one test
  • IIS Error: This configuration section cannot be used at this path …

Recent Comments

    Archives

    • December 2024
    • August 2024
    • July 2024
    • July 2023
    • April 2022
    • March 2022
    • February 2022
    • December 2021
    • November 2021
    • October 2021
    • September 2021
    • August 2021
    • June 2021
    • April 2021
    • November 2020
    • October 2020
    • September 2020
    • July 2020
    • June 2020
    • May 2020
    • April 2020
    • March 2020
    • January 2020
    • December 2019
    • November 2019
    • October 2019
    • September 2019
    • July 2019
    • June 2019
    • May 2019
    • April 2019
    • March 2019
    • February 2019
    • October 2018
    • September 2018
    • August 2018
    • May 2018
    • April 2018
    • May 2017
    • April 2017
    • March 2017
    • February 2017
    • December 2016
    • November 2016
    • October 2016
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • May 2016
    • April 2016
    • March 2016
    • February 2016
    • January 2016
    • December 2015
    • November 2015
    • October 2015
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014

    Categories

    • Problems
    • Software design
    • Tips and tricks
    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    • Personal Website
    • Art Portfolio
    • LinkedIn Profile
    Bruce Ng's software development blog Proudly powered by WordPress