Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 439137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T20:44:47+00:00 2026-05-12T20:44:47+00:00

When attempting an SPWeb rename I receive the following SPException: Exception SPException – The

  • 0

When attempting an SPWeb rename I receive the following SPException:

Exception SPException - The security validation for this page is invalid.  Click Back in your Web browser, refresh the page, and try your operation again. - Failed to create workgroup registration entry

Any idea what might be the troubles here? Here is the relevant code:

SPSecurity.RunWithElevatedPrivileges(() =>
         {
             using (SPWeb thisWeb = site.OpenWeb(webUrl))
             {  
                 thisWeb.Title = newName;
                 thisWeb.Update();
             }
          });
  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T20:44:47+00:00Added an answer on May 12, 2026 at 8:44 pm

    1) Set SPWeb.AllowUnsafeUpdates = true
    2) You may need to validate the FormDigest with ValidateFormDigest

    SPSecurity.RunWithElevatedPrivileges(() =>
    {
        using (SPWeb thisWeb = site.OpenWeb(webUrl))
        {  
            try
            {
                thisWeb.AllowUnsafeUpdates = true;
    
                if (!thisWeb.ValidateFormDigest())
                    throw new InvalidOperationException("Form Digest not valid");
    
                thisWeb.Title = newName;
                thisWeb.Update();
            }
            finally
            {
                if(thisWeb != null)
                    thisWeb.AllowUnsafeUpdates = false;
            }
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Attempting to upload a video, and this is the response I get back (after
Attempting to modify the code from this page . Here's the problem code: #include
Attempting to use the data series from this example no longer passes the JSONLint
Attempting to follow this project http://thepseudocoder.wordpress.com/2011/10/04/android-tabs-the-fragment-way/ When I run it, it says everything installs
Attempting to follow this Java tutorial . About 63 pages in, you are instructed
Attempting to find printers / shares in Active Directory using C#. This is my
Attempting to run adt from an SSH session results in: Exception in thread main
Attempting to create a fixed box in the centre of my page (lime box
Attempting to take the data in my gridview and convert it back into a
Attempting to get an answer to this question. How can I turn off the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.