Code:
(UInt32)System.Globalization.CultureInfo.CurrentCulture.LCID
returns 2057 (UK). If I hardcode this, the code fails with the same error. If I change this to 1033 (US) I get a new, exciting error:
Quote:
|
Originally Posted by VS 2008
Error encountered attempting to create a new site
Provisioning did not succeed. Details: Failed to initialize some site properties for Web at URL .... OriginalException: Access is denied.
|
As with the previous error, not much information available on the internet.