| Author: Santhi 04 Dec 2008 | Member Level: Gold | Rating:  Points: 1 |
Hi,
This link will help you http://www.codeproject.com/KB/webservices/Web_Services.aspx
|
| Author: Aslam 17 Dec 2008 | Member Level: Silver | Rating:  Points: 3 |
SPSecurity.RunWithElevatedPrivileges(delegate() { since the sharepoint site creation requires a administrators previlages if you dont impersonate the security then site wont get create pls use SPSecurity.RunWithElevatedPrivileges(delegate() { } add your code in between
|