How to Create Site using Sharepoint web services?
- by Pari
Hi All,
I am tring to create site on sharepoint programatically using Sharepoint Web Services.(C#).
I tried Admin.asmx service (CreateSite method).
But it's showing error:
"An unhandled exception of type 'System.InvalidOperationException' occurred in System.Web.Services.dll".
I tried with all possible parameters.
Curremtly referring Below…