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.
|