• Posts Tagged ‘SharePoint’

    Manage Maximum File Size for Upload

    by  • September 27, 2007 • SharePoint • 2 Comments

    Increase the Maximum Upload Size for File in WSS3.0 by following steps, Open “SharePoint Central Administration” Site in Administrative tools. Click “Application Management” link Under SharePoint Web Application Management, click Web Application General Settings. In the Web Application General Settings page search the Maximum Upload Size field and change the file size. Click OK to configure the [...]

    Read more →

    SharePoint sites creation using C# through WebServices

    by  • July 1, 2007 • SharePoint, WebService • 14 Comments

    I am a new to SharePoint webservices and now working on customizing webservices for sharepoint. Here is a sample code for creating a site in SharePoint using it’s webservices. Creating Site: To create a site, project requires a methods to access sites for creating and deleting. Those methods and properties are available in admin webservice. http://server-name:port/_vti_adm/admin.asmx is a admin [...]

    Read more →