Role of SPWebApplication object

Explain the role of SPWebApplication object.

- The SPWebApplication class consists of various methods and properties to perform various manipulations on web applications. i.e. Perform backups, add content databases, add site collections, set alert settings, change the web.config file etc.

- The class simply represents the IIS load balanced web application that is installed on the server farm.

- It represents an Internet Information Services (IIS) load-balanced web application that is installed on a server farm.

- It comes with a class named SPWebService that mainly acts as a container for SPWebApplication objects.

- It takes a URI object that specifies the URI of a web application and then returns the SPWebApplication object that represents it.
SharePoint List items
Create a reference to the SharePoint Lists.asmx web service by appending “/_vti_bin/Lists.asmx” to the end of a site name. One can use this url to add a service reference in Visual studio there onwards. ......
What is CAML?
What is CAML? - It is an XML based language and provides data constructs used to build up the SharePoint fields and is also used for table definition......
What is impersonation?
What is impersonation? - Impersonation is the concept of providing functionality in the context of a different identity, for example letting a user access the system with anonymous access.......
Post your comment